Engauge Digitizer  2
 All Classes Files Functions Variables Enumerations Enumerator Friends Pages
Logger.h
1 #ifndef LOGGER_H
2 #define LOGGER_H
3 
4 #include <log4cpp/Category.hh>
5 #include <QString>
6 
7 extern log4cpp::Category *mainCat;
8 
9 extern void initializeLogging (const QString &name,
10  const QString &filename,
11  bool isDebug);
12 
13 // ##:##:##.### is skipped to cutting lines to remove dates does not remove any of the transform numbers
14 extern const QString INDENTATION_PAST_TIMESTAMP;
15 
16 // Indentation increments between successive levels of indentation
17 extern const QString INDENTATION_DELTA;
18 
19 #endif // LOGGER_H