trikRuntime
|
Helper for working with QsLog library. More...
#include <loggingHelper.h>
Public Member Functions | |
LoggingHelper (const QString &pathToLog) | |
Constructor. More... | |
~LoggingHelper () | |
Helper for working with QsLog library.
LoggingHelper::LoggingHelper | ( | const QString & | pathToLog | ) |
Constructor.
Initializes logger with default settings, supposed to be alive until program finishes (RAII idiom).
pathToLog | - path to "trik.log" file that will be created or appended by logger. Supposed to end with "/". |
LoggingHelper::~LoggingHelper | ( | ) |