Jpp
15.0.1-rc.2-highQE
the software that should make you happy
|
#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 } |
#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() |