Expand description
Logging handler for the log crate.
This module provides a RichHandler that implements log::Log,
producing styled, formatted log output through gilt’s Console.
Structs§
- Rich
Handler - A
log::Logimplementation that produces styled, formatted log output using gilt’sConsole.
Functions§
- install
- Create a default
RichHandlerand install it as the global logger.