[][src]Function bdrck::logging::init

pub fn init(options: Options)

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.