|
Apache log4cxx
Version 0.10.0
|
Classes | |
| class | LogLog |
| This class used to output log statements from within the log4cxx package. More... | |
Namespaces | |
| namespace | log4cxx |
| namespace | log4cxx::helpers |
Defines | |
| #define | LOGLOG_DEBUG(log) |
| #define | LOGLOG_WARN(log) |
| #define | LOGLOG_ERROR(log) |
| #define LOGLOG_DEBUG | ( | log | ) |
{ \
log4cxx::helpers::LogLog::debug(log) ; }
| #define LOGLOG_ERROR | ( | log | ) |
{ \
log4cxx::helpers::LogLog::warn(log); }
| #define LOGLOG_WARN | ( | log | ) |
{ \
log4cxx::helpers::LogLog::warn(log) ; }