eVaf
|
Worker class for the logger. More...
#include <Common/logger.h>
Public Slots | |
void | writeToLogFile (LoggerSource const &src, QString const &msg) |
Writes a message to the log file. More... | |
Worker class for the logger.
This class separates potentially expensive I/O from the iLogger interface making sure that writing to the log file does not block the main thread.
|
slot |
Writes a message to the log file.
src | The logger source |
msg | The message |
This function writes the message to the log file. It also controls the size and number of log files.