Structs§
- Dual
Writer - Dual writer that writes to both ring buffer and file
- LogEntry
- A log entry with timestamp and message
- LogRing
Buffer - Thread-safe ring buffer for log entries
- Ring
Buffer Writer - Custom writer that captures logs to our ring buffer
Functions§
- get_
log_ buffer - Get the global log buffer
- init_
log_ buffer - Initialize the global log buffer
- init_
tracing - Initialize tracing with our custom ring buffer writer (legacy)
- init_
tracing_ with_ dual_ logging - Initialize tracing with dual logging (ring buffer + file)