Apache log4cxx  Version 0.11.0
loglog.h File Reference

Classes

class  LogLog
 This class used to output log statements from within the log4cxx package. More...
 

Namespaces

 log4cxx
 
 log4cxx::helpers
 We need to double some logic from LOG4CXX_PTR_DEF or else we are unable to override the comparison operator, which we need to properly fix LOGCXX-394.
 

Macros

#define LOGLOG_DEBUG(log)
 
#define LOGLOG_WARN(log)
 
#define LOGLOG_ERROR(log)
 

Macro Definition Documentation

#define LOGLOG_DEBUG (   log)
Value:
{ \
static void debug(const LogString &msg)
This method is used to output log4cxx internal debug statements.
#define LOGLOG_ERROR (   log)
Value:
{ \
static void warn(const LogString &msg)
This method is used to output log4cxx internal warning statements.
#define LOGLOG_WARN (   log)
Value:
{ \
static void warn(const LogString &msg)
This method is used to output log4cxx internal warning statements.