Expand description
CKB logger and logging service.
Structs§
- Logger
- The CKB logger which implements log::Log.
- Logger
Init Guard - Flushes the logger when dropped.
- Silent
Logger - The SilentLogger which implements log::Log.
Functions§
- flush
- Flushes any buffered records.
- init
- Initializes the Logger and run the logging service.
- init_
for_ test - Only used by unit test Initializes the Logger and run the logging service.
- init_
silent - Initializes the SilentLogger.