New
release v0.7.0
v0.7.0 (July 18, 2025)
Added
-
Full Async Logging Support ๐
AsyncLoggerwith non-blocking operationsAsyncLogQueuewith configurable backpressure and automatic message droppingAsyncConsoleHandlerandAsyncFileHandlerwith buffering and rotation- Background processing thread with graceful shutdown
- Zero-copy message queuing with proper memory management
- Thread-safe multi-handler support
- Comprehensive async demo and quick start guide
- Perfect integration with async runtimes - no event loop blocking
-
Context tracking support
LogContextstruct for request and correlation IDsContextManagerfor thread-safe context storage- New template placeholders:
{request_id},{correlation_id},{trace_id},{operation} - Helper functions: , ,