Module log_context
SourceStructs§
- LogContext
- A context for controlling logging behavior, for example to handle logging once or periodic logging, avoiding to spam the terminal with the same log message multiple times.
- LogContext
Builder - A builder for creating a
LogContext
. This provides a flexible way to configure a log context with various options while maintaining immutability of the resulting context.