Skip to main contentCrate rustwatch
Source - formatters
- Public module exposing all formatter implementations
- handlers
- Public module exposing all handler implementations
- processors
- Public module exposing all processor implementations
- Logger
- Central logging component that manages handlers and processors.
- Record
- Represents a single log record in the logging system.
- Level
- Log severity levels used to classify and control log output.
- LoggerComponent
- Unified component type for Logger with optional severity.
- Formatter
- Core trait for formatting log records.
- Handler
- Core trait that all log handlers must implement.
- Processor
- Core trait for processing log records.