Module io

Module io 

Source

Structs§

IoWrite
A specialized factory for creating loggers that write to byte-oriented destinations.
TypedIoWrite
A concrete builder state for a specific writer type W.

Type Aliases§

BoxedIoFactory
A pre-configured factory for logging to a boxed Write trait object. Useful for plugin systems or when the underlying writer type is erased.
BufferedFileIoFactory
A pre-configured factory for logging to a BufWriter<File>.
FileIoFactory
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.