#include <LogWriter.h>
Inheritance diagram for Odyssey::LogWriter:
Public Member Functions | |
void | setThreshold (LogLevel level) |
LogLevel | getThreshold () const |
virtual void | write (LogLevel level, const std::string &message)=0 |
Protected Member Functions | |
LogWriter () | |
Protected Attributes | |
LogLevel | _level |
Static Protected Attributes | |
static const char * | LevelText [4] |
|
|
|
|
|
|
|
Implemented in Odyssey::ConsoleLogWriter, Odyssey::FileLogWriter, and Odyssey::TraceLogWriter. |
|
|
|
|