#include <LogStream.h>
Inheritance diagram for logstream:

Public Methods | |
| logstream (std::ostream &out_) | |
| The default is to send messages to cerr. | |
| ~logstream () | |
| void | _close () |
| void | setOutput (std::ostream &out_) |
| Set the output stream. | |
| void | setOutput (std::string const &fn) |
| Set the output stream. | |
| void | setLogLevels (int c, int p) |
| Set the global log class and priority level. | |
| void | setLogClasses (int c) |
| Set the global log class. | |
| std::ostream & | operator<< (const loglevel &l) |
| Output operator to capture the debug level and priority of a message. | |
|
|
The default is to send messages to cerr.
|
|
|
|
|
|
|
|
|
Output operator to capture the debug level and priority of a message.
|
|
|
Set the global log class.
|
|
||||||||||||
|
Set the global log class and priority level.
|
|
|
Set the output stream.
|
|
|
Set the output stream.
|
|
SimData version pre-0.4.0. For more information on SimData, visit the SimData Homepage. Generated on Tue Oct 14 12:06:41 2003, using Doxygen 1.2.18. |