init_with_format

Function init_with_format 

Source
pub fn init_with_format(fmt_mode: LogFormat) -> Result<()>
Expand description

Initialize global tracing subscriber with the given log format. Safe to call multiple times; only the first call installs a subscriber.