Function raft::default_logger[][src]

pub fn default_logger() -> Logger
Expand description

The default logger we fall back to when passed None in external facing constructors.

Currently, this is a log adaptor behind a Once to ensure there is no clobbering.