Crate containerd_shim_logging[][src]

Expand description

Helper library to implement custom shim loggers for containerd.

Structs

Logging binary configuration received from containerd.

Traits

Driver is a trait to be implemented by v2 logging binaries. This trait is Rusty alternative to Go’s LoggerFunc.

Functions

Entry point to run the logging driver. Typically run must be called from the main function to launch the driver.