#include <log4cpp/Category.hh>
#include <QString>
Go to the source code of this file.
◆ initializeLogging()
Definition at line 21 of file Logger.cpp.
24{
26
30
31
37
39
40
41 layout->setConversionPattern (
"%-5p %c - %m%n");
43
45
46
47
48
49
52 } else {
54 }
55
57}
const int INNER_RADIUS_MIN
log4cpp::Category * mainCat
static Category & getRoot()
Noop method to get root.
void setPriority(Priority::Value priority)
Noop method to set priority.
void addAppender(Appender *appender)
Noop method to add an Appender.
Noop class that mimics the same class in the log4cpp library.
Noop class that mimics the same class in the log4cpp library.
Noop class that mimics the same class in the log4cpp library.
◆ INDENTATION_DELTA
◆ INDENTATION_PAST_TIMESTAMP
◆ mainCat