#include <Logger.h>
Public Member Functions | |
Logger () | |
~Logger () | |
void OPAL_CALL | setStream (const std::string &name, std::ostream *stream, const std::string &prefix="", char mark='\0') |
std::ostream &OPAL_CALL | stream (const std::string &name) |
Private Member Functions | |
void | init () |
Private Attributes | |
std::map< std::string, Stream > | mStreams |
Classes | |
struct | Stream |
Definition at line 61 of file Logger.h.
|
Definition at line 8 of file Logger.cpp. References setStream(). |
|
Definition at line 25 of file Logger.cpp. |
|
|
|
Register a new stream for later use.
Definition at line 29 of file Logger.cpp. References mStreams. Referenced by Logger(). |
|
Returns the named stream.
Definition at line 61 of file Logger.cpp. References mStreams. |
|
Definition at line 91 of file Logger.h. Referenced by setStream(), and stream(). |