Available on crate feature
logger
only.Expand description
Provide logger feature. The inner library uses tracing. See their documents for how to log in the program.
This wrapper makes it thread safe, even for FFI libraries. You can use it everywhere and freely.
Structs§
- LogItem
- Logger
- Logger
Builder - Logger
Guard - Keep this guard alive when you use the logger. No more logs will be record after dropping the guard.