|
| Logger (LogLevel max_level=LogInfo) |
| Default constructor.
|
|
virtual | ~Logger () |
| Destroy.
|
|
void | setMaxLevel (LogLevel maxLevel) |
| Do not write messages that are above maxLevel.
|
|
LogLevel | getMaxLevel () const |
| Get the maxLevel.
|
|
virtual std::ostream & | msgStream (LogLevel level) const |
| Get the stream where one can write messages.
|
|
std::ostream & | errStream () const |
| Get the stream where one can write errors.
|
|
The documentation for this class was generated from the following files:
- /home/amahajan/tmp/minotaur-test/src/base/Logger.h
- /home/amahajan/tmp/minotaur-test/src/base/Logger.cpp