Apache Log4cxx  Version 1.2.0
Loading...
Searching...
No Matches
loglog.h File Reference
#include <log4cxx/logstring.h>
#include <log4cxx/helpers/widelife.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

namespace  log4cxx
 
namespace  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:
{ \
LOG4CXX_NS::helpers::LogLog::debug(log) ; }

◆ LOGLOG_ERROR

#define LOGLOG_ERROR (   log)
Value:
{ \
LOG4CXX_NS::helpers::LogLog::warn(log); }

◆ LOGLOG_WARN

#define LOGLOG_WARN (   log)
Value:
{ \
LOG4CXX_NS::helpers::LogLog::warn(log) ; }