Re-exports§
pub use config::Icons;pub use config::LevelLabels;pub use config::StyleConfig;pub use config::Theme;pub use fmt::AnsiFormatter;pub use config::ConsoleConfig;pub use config::FileConfig;pub use config::Filter;pub use config::Format;pub use config::Level;pub use config::LoggingConfig;pub use config::Rotation;pub use config::Writer;pub use crate::reload::ReloadHandle;pub use crate::reload::build_reload_filter;
Modules§
Macros§
- debug
- Constructs an event at the debug level.
- debug_
span - Constructs a span at the debug level.
- error
- Constructs an event at the error level.
- error_
span - Constructs a span at the error level.
- info
- Constructs an event at the info level.
- info_
span - Constructs a span at the info level.
- trace
- Constructs an event at the trace level.
- trace_
span - Constructs a span at the trace level.
- warn
- Constructs an event at the warn level.
- warn_
span - Constructs a span at the warn level.
Structs§
- Tracing
Guard - Tracing
Level - Describes the level of verbosity of a span or event.
Enums§
Functions§
- build_
console_ layer - build_
console_ layer_ with - build_
file_ layer - init_
tracing - rotate_
log_ file - Rotate an existing log file according to
mode.