Module io
timber_
rust
2.0.0
Module io
Module Items
Structs
Type Aliases
In timber_
rust::
factory
timber_rust
::
factory
Module
io
Copy item path
Source
Structs
§
IoWrite
A specialized factory for creating loggers that write to byte-oriented destinations.
Typed
IoWrite
A concrete builder state for a specific writer type
W
.
Type Aliases
§
Boxed
IoFactory
A pre-configured factory for logging to a boxed
Write
trait object. Useful for plugin systems or when the underlying writer type is erased.
Buffered
File
IoFactory
A pre-configured factory for logging to a
BufWriter<File>
.
File
IoFactory
A pre-configured factory for logging directly to a filesystem
File
. Use this when you need “Fire and Forget” durability where logs hit the OS immediately.