Skip to main contentModule log_formatter
Source - 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
- LogFormatter
- A trait for defining how logs should be formatted before being output