Expand description
Provides log stream implementations for directing log output to various destinations, such as files, standard error, or a log buffer.
Structs§
- Buffer
Stream - The buffer stream.
- File
Stream - The file output stream.
- LogOutput
- Wraps
StderrStream,BufferStreamandFileStreamin one object used internally byLogger. - Stderr
Stream - The
stderroutput stream.
Traits§
- Toggleable
- Common trait for toggleable objects.