Structs§
- Logger
Runtime - The lifetime of this struct is the lifetime of the logger.
- NullLog
- Owning
IoWriter - Simple
File Writer - This allows this crate to be used outside of Copper (ie. decoupling it from the unifiedlog.
Statics§
Functions§
- log
- Function called from generated code to log data. It moves entry by design, it will be absorbed in the queue.
- log_
debug_ mode - This version of log is only compiled in debug mode This allows a normal logging framework to be bridged.