Skip to main content

init

Function init 

Source
pub fn init(verbose: bool, cli_stderr: bool)
Expand description

Initialize logging. Call once at the start of main().

  • verbose: whether –verbose was passed
  • cli_stderr: if true, also log to stderr (for CLI subcommands, not TUI)