Skip to main content

Module backend

Module backend 

Source
Expand description

Traits abstracting the logging Backend

Applications can just use Backend::init_from_options.

New Backend impls need to also implement the other traits here.

Traitsยง

Backend
A logging Backend initializes and provides the actual logging functionality
BackendBuilder
A BackendBuilder can initialize the backend
LoggingOptions
A set of commandline options which can configure the backend