Module logger
Source - 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.
- Level
- Severity levels for log categorization.
- Status
- Represents the operational state of a logging backend service.
- 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).