Module logging

Source
Expand description

Structured logging system with multiple outputs and advanced features

This module provides a comprehensive logging system that supports:

  • Structured logging with JSON and human-readable formats
  • Multiple log outputs (console, file, external systems)
  • Log rotation and retention
  • Performance metrics and tracing integration
  • Dynamic log level configuration
  • Context-aware logging with correlation IDs

Structs§

DatabaseLogWriter
HttpLogWriter
LogEntry
LogStats
Logger
LoggingManager
SpanInfo

Enums§

LogLevel

Traits§

LogWriter