Crate wick_logger
source ·Expand description
Wick’s logger crate
Modules
- Error module for Logger.
Structs
- Options for filtering logs.
- The filter configuration per log event destination.
- Builder for
LogFilters
. - Guard that - when dropped - flushes all log messages and drop I/O handles.
- Logging options.
- Builder for
LoggingOptions
. - The log level for specific targets.
Enums
- Error type for LogFiltersBuilder
- The log levels.
- Whether to include logs higher, lower, equal, or to not include them at all.
- Error type for LoggingOptionsBuilder
Functions
- Initialize a logger or panic on failure
- Initialize a logger for tests