avila-tracing
Native logging system for the Avila ecosystem - replacement for tracing.
Features
- Structured logging with levels (Trace, Debug, Info, Warn, Error)
- Console output with optional colors
- Pluggable logger interface
- Zero dependencies
Quick Start
use ;
// Initialize logger
let logger = new;
set_logger;
// Log messages
info!;
warn!;
error!;