ArcLog

Type Alias ArcLog 

Source
pub type ArcLog = Arc<Log>;
Expand description

Thread-safe shared reference to a Log configuration.

Aliased Typeยง

pub struct ArcLog { /* private fields */ }