pub fn init_terminal_logging() -> Result<()>Available on crate feature
logging only.Expand description
Initialize logging in the terminal.
This will:
- use the default
fmt::format::Format. - log to
std::io::Stderr
pub fn init_terminal_logging() -> Result<()>logging only.Initialize logging in the terminal.
This will:
fmt::format::Format.std::io::Stderr