Module thyme::log

source ·
Expand description

A minimal logger for use with Thyme.

Logs all messages to standard output. !

Functions

  • Initiales the logger at the specified log level. This should only be called once per program.
  • Initializes the logger at the Trace level. This should only be called once per program.