Apache log4cxx  Version 0.13.0
loglog.h File Reference
#include <log4cxx/logstring.h>
#include <exception>
#include <mutex>

Go to the source code of this file.

Classes

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

Namespaces

 log4cxx
 
 log4cxx::helpers
 

Macros

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

Macro Definition Documentation

◆ LOGLOG_DEBUG

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

◆ LOGLOG_ERROR

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

◆ LOGLOG_WARN

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