Expand description
Comprehensive logging framework for sklears
This module provides structured logging with configurable levels, performance logging, distributed logging support, and log analysis utilities.
Structs§
- Console
Output - Console output
- Distributed
Logger - Distributed logging coordinator
- File
Output - File output
- Json
Formatter - JSON formatter
- LogAnalysis
- LogAnalyzer
- Log analysis utilities
- LogEntry
- Structured log entry
- LogStats
- Logger
- Main logger implementation
- Logger
Config - Logger configuration
- Operation
Stats - Performance
Logger - Performance logger for tracking operation timings
- Text
Formatter - Text formatter
Enums§
- LogLevel
- Log levels in order of verbosity
Traits§
- LogFormatter
- Log formatter trait
- LogOutput
- Log output destination trait