Expand description
Logging infrastructure for GENT
Provides structured logging with levels, colored output, and timing support.
Structs§
- Gent
Logger - Main logger implementation with colored pretty output
- Null
Logger - A no-op logger that discards all messages
- Timer
- Timer for measuring operation duration Logs when dropped
Enums§
- LogLevel
- Log levels in order of verbosity
Traits§
- Logger
- Logger trait for abstracting log output