Expand description
Helper library to implement custom shim loggers for containerd.
Structs§
- Config
- Logging binary configuration received from containerd.
Traits§
- Driver
- Driver is a trait to be implemented by v2 logging binaries.
This trait is Rusty alternative to Go’s
LoggerFunc
.
Functions§
- run
- Entry point to run the logging driver.
Typically
run
must be called from themain
function to launch the driver.