actix_cloud

Module logger

Source
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
LoggerBuilder
LoggerGuard
Keep this guard alive when you use the logger. No more logs will be record after dropping the guard.

Type Aliases§

FilterFn
HandlerFn
TransformerFn
WriterFn