Jpp  17.0.0-rc.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros | Enumerations
log.hh File Reference
#include <sstream>
#include <string>
#include <map>
#include <boost/thread/mutex.hpp>

Go to the source code of this file.

Classes

class  Log::Logger
 
class  Log::Counter
 

Namespaces

 Log
 

Macros

#define LOG_DEBUG   Log::Logger(Log::cDebug ).stream()
 
#define LOG_WARNING   Log::Logger(Log::cWarning).stream()
 
#define LOG_ERROR   Log::Logger(Log::cError ).stream()
 
#define LOG_NOTICE   Log::Logger(Log::cNotice ).stream()
 
#define LOG_STATUS   Log::Logger(Log::cDebug ).stream()
 

Enumerations

enum  Log::LogLevel {
  Log::cDebug, Log::cWarning, Log::cError, Log::cNotice,
  Log::cStatus
}
 

Macro Definition Documentation

#define LOG_DEBUG   Log::Logger(Log::cDebug ).stream()

Definition at line 109 of file log.hh.

#define LOG_WARNING   Log::Logger(Log::cWarning).stream()

Definition at line 110 of file log.hh.

#define LOG_ERROR   Log::Logger(Log::cError ).stream()

Definition at line 111 of file log.hh.

#define LOG_NOTICE   Log::Logger(Log::cNotice ).stream()

Definition at line 112 of file log.hh.

#define LOG_STATUS   Log::Logger(Log::cDebug ).stream()

Definition at line 113 of file log.hh.