Module output

Source
Expand description

Provides log stream implementations for directing log output to various destinations, such as files, standard error, or a log buffer.

Structs§

BufferStream
The buffer stream.
FileStream
The file output stream.
LogOutput
Wraps StderrStream, BufferStream and FileStream in one object used internally by Logger.
StderrStream
The stderr output stream.

Traits§

Toggleable
Common trait for toggleable objects.