pub fn init(service: Service) -> Result<LogGuard>Expand description
Install the DIG logging stack for service (SPEC §1). Call ONCE at process start; a second call
returns Error::AlreadyInitialized.
pub fn init(service: Service) -> Result<LogGuard>Install the DIG logging stack for service (SPEC §1). Call ONCE at process start; a second call
returns Error::AlreadyInitialized.