Skip to main content

init

Function init 

Source
pub fn init()
Expand description

Installs a hardcoded tracing subscriber writing to stderr at INFO level with pretty format.

ยงPanics

Panics if a global subscriber has already been installed. In tests, use try_init instead.