Stream-like class for output to logger.
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.
- EventType - type of events, which this stream can receive.
- enabled - true, if we use output of this stream:
Alphabetic index HTML hierarchy of classes or Java