Skip to main content

Module log_formatter

Module log_formatter 

Source

Structs§

DebugReaderFormatter
A structured or debug formatter intended for machine consumption or fallback
HumanReaderFormatter
A human-readable log formatter, designed for developers and operators. Formats time, elapsed duration, and entity changes cleanly.
LogFormatterFactory
Factory pattern for instantiating the correct log formatter
LogManager
Manager that handles reading the endpoint environment variable and dispatching to the factory
SqlLogEntry
Represents a log entry for SQL execution

Traits§

LogFormatter
A trait for defining how logs should be formatted before being output