Function bdrck::logging::init

source ·
pub fn init(options: Options)
Expand description

This is a shortcut which just calls try_init(), but implicitly unwraps the resulting error. For applications which initialize a Logger first thing in main(), this is probably a reasonable choice.