Module logger

Module logger 

Source

Structs§

CloudWatch
A high-level, thread-safe logger implementation for AWS CloudWatch.
Direct
A synchronous logging implementation that performs immediate writes.
Logger
A thread-safe, high-level wrapper around a logging implementation.
Loki
A persistent, asynchronous logger implementation for Grafana Loki.
Queued
An asynchronous, thread-pooled logger with guaranteed completion.
Silent
A no-op (no-operation) implementation of LoggerImpl.

Enums§

Level
Severity levels for log categorization.
Status
Represents the operational state of a logging backend service.

Traits§

Loggable
The Loggable trait acts as a compile-time dispatcher for the Logger.
LoggerImpl
The core interface for logging backends (e.g., File, Console, Network).