Expand description
A simple logging library for lambda-rs crates.
Modules§
- handler
- A trait for handling log messages. Log handling implementations for the logger.
Macros§
- debug
- Trace logging macro using the global logger instance.
- error
- fatal
- info
- Trace logging macro using the global logger instance.
- trace
- Trace logging macro using the global logger instance.
- warn
Structs§
- Logger
- Logger implementation.
Enums§
- LogLevel
- The log level for the logger.