Jpp 19.3.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
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

namespace  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

◆ LOG_DEBUG

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

Definition at line 109 of file log.hh.

◆ LOG_WARNING

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

Definition at line 110 of file log.hh.

◆ LOG_ERROR

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

Definition at line 111 of file log.hh.

◆ LOG_NOTICE

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

Definition at line 112 of file log.hh.

◆ LOG_STATUS

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

Definition at line 113 of file log.hh.