pub fn initialize<T: AsRef<str>>(app: T) -> Guard
Expand description

Initialize the logging and tracing systems for the given application.

The function returns a guard which must be maintained for the duration of the application.