Module logging

Module logging 

Source
Expand description

Logging and tracing

Structs§

LogBuilder
LogBuilder is a builder for configuring and initializing logging subsystem.
LogConfig
Logging configuration.
Loggers
Collection of loggers defined using LogBuilder.

Enums§

Error
Errors returned by logging subsystem
LogDestination
Log destination configuration that will be converted to LogDestinationWriter
LogFormat
Format of logs to use.
LogLevel
Log level presets

Functions§

init_for_tests
Helper that initializes logging in unit tests

Type Aliases§

LogConfigs
Configuration of log destinations.