1 | /* --------------------------------------------------------------------------- |
---|---|
2 | ** This software is in the public domain, furnished "as is", without technical |
3 | ** support, and with no warranty, express or implied, as to its usefulness for |
4 | ** any purpose. |
5 | ** |
6 | ** logger.cpp |
7 | ** |
8 | ** -------------------------------------------------------------------------*/ |
9 | |
10 | #include "logger.h" |
11 | |
12 | #ifndef HAVE_LOG4CPP |
13 | int LogLevel=NOTICE; |
14 | #endif |
15 |