Class LogChannelStream[in Logging support]

Logs on an open stream.

class LogChannelStream( stream, level, [format] )

more...

Summary

flushAll()Reads or set the flush all mode.

Detailed description

Logs on an open stream.

If given, the format parameter is used to configure how each log entry will look once rendered on the final stream. Seel LogChannel.format for a detailed description.

Methods

flushAll()

Reads or set the flush all mode.

LogChannelStream.flushAll( [setting] )

settingTrue to have the stream flushed at each write.
Returns:The current status setting.

Stream based channels are usually writing data on buffered streams. The default behavior is that of flushing the buffer as soon as a log line is written. For some tasks where a large amount of log is written, this may be an overkill.


Made with faldoc 2.1.0