Skip to main content

Module logging

Module logging 

Source
Expand description

Logging configuration types for rustvello.

Provides LogConfig for controlling log format, level, and output. The actual subscriber initialization (init_logging) lives in the rustvello application crate (rustvello::logging).

Structs§

LogConfig
Configuration for logging output.

Enums§

LogFormat
Log output format.
LogStream
Output stream selection.