|
enum | Type {
NEVER = 0,
FATAL,
ERROR,
WARN,
INFO,
LOG,
DEBUG,
UNKNOWN
} |
|
|
static std::ostream & | stream () |
|
static void | setOutput (const std::string &filename) |
|
static void | setOutput (std::ostream *stream) |
|
static std::string | breakLines (const std::string &s) |
|
static void | log (const char *file, int line, unsigned level, const std::string &s) |
|
|
static const Type | defaultType = LOG |
|
static const std::string | TypeNames [] = { "NEVER", "FATAL", "ERROR", "WARN", "INFO", "LOG", "DEBUG" } |
|
static boost::mutex | mutex_ |
|
Definition at line 19 of file Log.h.
The documentation for this class was generated from the following files: