Skip to main content

init

Function init 

Source
pub fn init()
Expand description

Initializes the library logging system.

Attempts to initialize env_logger. Safe to call multiple times; subsequent calls are ignored.

ยงExamples

// Call at start of main()
dwrs::init();