MCPcopy Create free account
hub / github.com/commontk/CTK / setFileLoggingEnabled

Method setFileLoggingEnabled

Libs/Core/ctkErrorLogAbstractModel.cpp:539–543  ·  view source on GitHub ↗

--------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

537
538// --------------------------------------------------------------------------
539void ctkErrorLogAbstractModel::setFileLoggingEnabled(bool value)
540{
541 Q_D(ctkErrorLogAbstractModel);
542 d->FileLogger.setEnabled(value);
543}
544
545// --------------------------------------------------------------------------
546QString ctkErrorLogAbstractModel::fileLoggingPattern()const

Calls 1

setEnabledMethod · 0.45