Skip to main content

init

Function init 

Source
pub fn init(paths: &Paths) -> Result<WorkerGuard>
Expand description

Initialise global tracing.

Returns a [WorkerGuard]; the caller must keep it alive for the process lifetime, otherwise buffered log lines may be dropped on exit.

ยงErrors

Filesystem failures setting up the rolling file appender.