Expand description
The [log] crate implementation of logging.
Functionsยง
- setup
- Sets this logger as a global logger. Use this method to set up the logger. If this method is never called, the default logger is used which redirects the logging to the standard input/output streams.
- setup_
for_ context - The same as setup but sets the custom module context.