Module lunatic_log::subscriber
source · Expand description
A Subscriber
handles log events.
It can be used to print to stdout with FmtSubscriber
,
but is also capable of handling logs in other ways.
Modules
- Subscriber that prints to stdout/stderr.
- Combine multiple subscribers.
Traits
- A subscriber which handles incoming log
Event
s.