Struct abscissa::logging::LoggingComponent[][src]

pub struct LoggingComponent(_);

Abscissa component for initializing the logging subsystem

Methods

impl LoggingComponent
[src]

Create a new LoggingComponent with the given configuration

Trait Implementations

impl Debug for LoggingComponent
[src]

Formats the value using the given formatter. Read more

impl Default for LoggingComponent
[src]

Returns the "default value" for a type. Read more

impl Component for LoggingComponent
[src]

Name of this component

Version of this component

Initialize this component at the time the framework boots

Important traits for Iter<'a, T>

Names of the components this components depends on

Shut down this component when the app shuts down

Auto Trait Implementations