Function cursive_core::logger::init

source ·
pub fn init()
Expand description

Initialize the Cursive logger.

Make sure this is the only logger your are using.

Use a DebugView to see the logs, or use Cursive::toggle_debug_console().