template<class EventType, bool enabled> class GradSoft::LogStream

Stream-like class for output to logger.

Inheritance:


Public Methods

[more]void setDuppedToStderr(bool x)
[more]bool isDuppedToStderr() const


Documentation

Stream-like class for output to logger. Example of usage:
  *  logStream << "can't open file " << fname << endl;
  * 
Stream have 2 compile-time attributes: operations with LogStream<evt,true> are really logging to stream, all operations with LogStream<evt,false> do nothing.
ovoid setDuppedToStderr(bool x)

obool isDuppedToStderr() const


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.