Function godot_logger::init[][src]

pub fn init(level: Level) -> Result<(), SetLoggerError>
Expand description

Initialize the logger

The logger is initialized with a maximum Level. Any log message up to this log level will be printed to Godot’s Output window with the current time and its severity.