Expand description

The [log] crate implementation of logging.

Functions

  • 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.
  • The same as setup but sets the custom module context.