Function loggy::init [] [src]

pub fn init(loggy: Loggy) -> Result<(), SetLoggerError>

Initialize the global logger with loggy.

This is done automatically (once) for tests using the test_loggy! macro.