|
CPN
Computational Process Networks
|
Abstract base class for logger outputers. Any object who wishes to be a place for logging messages to go inherits from this class. More...
#include <Logger.h>
Inheritance diagram for LoggerOutput:Public Member Functions | |
| virtual | ~LoggerOutput () |
| virtual int | LogLevel () const =0 |
| virtual int | LogLevel (int level)=0 |
| virtual void | Log (int level, const std::string &msg)=0 |
| Log a message to this outputer. More... | |
Abstract base class for logger outputers. Any object who wishes to be a place for logging messages to go inherits from this class.
|
pure virtual |
Log a message to this outputer.
| level | the level of this message |
| msg | the message |
Implemented in LoggerStdOutput, Logger, CPN::LocalContext, and CPN::RemoteContextClient.
Referenced by Logger::Log().
Here is the caller graph for this function:
|
pure virtual |
Implemented in LoggerStdOutput, CPN::LocalContext, Logger, and CPN::RemoteContextClient.
Referenced by Logger::Logger().
Here is the caller graph for this function:| level | the new log level |
Implemented in LoggerStdOutput, CPN::LocalContext, Logger, and CPN::RemoteContextClient.
1.8.5