Skip to main content

Crate rustwatch

Crate rustwatch 

Source

Modules§

formatters
Public module exposing all formatter implementations
handlers
Public module exposing all handler implementations
processors
Public module exposing all processor implementations

Structs§

Logger
Central logging component that manages handlers and processors.
Record
Represents a single log record in the logging system.

Enums§

Level
Log severity levels used to classify and control log output.
LoggerComponent
Unified component type for Logger with optional severity.

Traits§

Formatter
Core trait for formatting log records.
Handler
Core trait that all log handlers must implement.
Processor
Core trait for processing log records.