Module logging

Module logging 

Source
Expand description

Logging infrastructure for GENT

Provides structured logging with levels, colored output, and timing support.

Structs§

GentLogger
Main logger implementation with colored pretty output
NullLogger
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