Expand description
Console formatting and output routing.
The module selects stdout, stderr, or native journal output and formats each event according to logging configuration.
Structsยง
- Console
Format - Selects the configured tracing formatter for each console event.
- Console
Visitor ๐ - Console
Writer - Routes formatted tracing events to console streams or the native journal.
Enumsยง
- Sink
- Writable destination selected for one formatted tracing event.
Staticsยง
- SYSTEMD_
MODE ๐ - TERMINAL_
MODE ๐
Functionsยง
- ansi_
enabled - Whether to color the formatted line.
- get_
journal_ ๐stream - is_
systemd_ mode - Whether the process was started by systemd, sampled once.
- is_
terminal_ mode - Whether standard input is attached to a terminal, sampled once.