Module logging

Source
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.
LoggingConfig
Logging configuration.

Enums§

LoggingFormat
Logging output format.
ReloadHandle
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§

FormatDebugFn
Type alias for the formatting function used.