Module log_context

Source

Structs§

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.
LogContextBuilder
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.