Module logging

Source
Expand description

Setup for the application logging.

It redirects the log info to the standard output with the log threshold defined in the configuration.

  • Off
  • Error
  • Warn
  • Info
  • Debug
  • Trace

Refer to the configuration crate documentation to know how to change log settings.

Enums§

TraceStyle

Functions§

setup
It redirects the log info to the standard output with the log threshold defined in the configuration.