|
CPN
Computational Process Networks
|
A LoggerOutput implementation that prints to stdout. More...
#include <Logger.h>
Inheritance diagram for LoggerStdOutput:
Collaboration diagram for LoggerStdOutput:Public Member Functions | |
| LoggerStdOutput (int level) | |
| int | LogLevel (int level) |
| int | LogLevel () const |
| void | Log (int level, const std::string &msg) |
| Log a message to this outputer. More... | |
Private Attributes | |
| Sync::ReentrantLock | lock |
| int | loglevel |
A LoggerOutput implementation that prints to stdout.
|
virtual |
Log a message to this outputer.
| level | the level of this message |
| msg | the message |
Implements LoggerOutput.
Definition at line 214 of file Logger.cc.
References lock, and loglevel.
| level | the new log level |
Implements LoggerOutput.
Definition at line 204 of file Logger.cc.
References lock, and loglevel.
|
virtual |
Implements LoggerOutput.
Definition at line 209 of file Logger.cc.
References lock, and loglevel.
|
private |
Definition at line 125 of file Logger.h.
Referenced by Log(), and LogLevel().
|
private |
Definition at line 126 of file Logger.h.
Referenced by Log(), and LogLevel().
1.8.5