Go to the source code of this file.
◆ INDENTATION_DELTA()
| const QString INDENTATION_DELTA |
( |
" " |
| ) |
|
◆ INDENTATION_PAST_TIMESTAMP()
| const QString INDENTATION_PAST_TIMESTAMP |
( |
" " |
| ) |
|
◆ initializeLogging()
| void initializeLogging |
( |
const QString & |
name, |
|
|
const QString & |
filename, |
|
|
bool |
isDebug |
|
) |
| |
Definition at line 21 of file Logger.cpp.
27 const size_t MAX_FILE_SIZE_BYTES = 6 * 1024 * 1024;
28 const unsigned int MAX_BACKUP_INDEX = 2;
29 const bool APPEND_TO_PREVIOUS_FILE =
false;
33 filename.toStdString (),
36 APPEND_TO_PREVIOUS_FILE));
44 mainCat = &Category::getRoot ();
◆ mainCat