Skip to main content

Crate acta

Crate acta 

Source

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§

config
fmt
reload

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§

TracingGuard
TracingLevel
Describes the level of verbosity of a span or event.

Enums§

ActaError

Functions§

build_console_layer
build_console_layer_with
build_file_layer
init_tracing
rotate_log_file
Rotate an existing log file according to mode.

Type Aliases§

LogHandle
Result