ldas-tools-al 2.6.7
|
Error reporting mechanism. More...
#include <ErrorLog.hh>
Public Types | |
enum | state { } |
enum | state { } |
Public Member Functions | |
ErrorLog (std::ostream &Stream, bool OpenState) | |
Constructor. | |
~ErrorLog () | |
Destructor. | |
bool | IsOpen () const |
Check log's open state. | |
bool | IsOpen (bool State) |
Set log's open state. | |
void | operator() (state State, const char *Filename, const int Line, const std::string &Message, bool EOL=true) |
Write message to log. | |
void | operator() (std::ostream &Stream) |
Resetting of the output stream to use. | |
ErrorLog (std::ostream &Stream, bool OpenState) | |
Constructor. | |
~ErrorLog () | |
Destructor. | |
bool | IsOpen () const |
Check log's open state. | |
bool | IsOpen (bool State) |
Set log's open state. | |
void | operator() (state State, const char *Filename, const int Line, const std::string &Message, bool EOL=true) |
Write message to log. | |
void | operator() (std::ostream &Stream) |
Resetting of the output stream to use. | |
Error reporting mechanism.