Expand description
Logging via the tracing crate.
Structs§
- FmtEvent
- This is used to implement tracing’s
FormatEvent
so that we can customize the way tracing events are formatted. - Logging
Config - Logging configuration.
Enums§
- Logging
Format - Logging output format.
- Reload
Handle - A handle for reloading the logger.
Functions§
- display_
global_ env_ filter - Returns a string representation of the current global
EnvFilter
, if set. - init_
with_ config - Initializes the logging system.
- reload_
global_ env_ filter - Swaps out the global
EnvFilter
.
Type Aliases§
- Format
Debug Fn - Type alias for the formatting function used.