Skip to main contentCrate eternaltwin_log
Source - Filter
- Filter events to keep only those verifying the predicate
- FilterMap
- Filter events to keep only thoese verifying a predicate and map to a type
compatible with the inner logger.
- LogTarget
- A log target represents a static log location
- Map
- Map incoming events to a type compatible with the inner logger
- NoopLogger
- Trivial logger sink discarding all events
- StderrLogger
- Logger sink writing to the FS
- Logger
- Trait representing a log subscriber
- Sink
- SinkMut
- SinkOnce