[][src]Module thyme::log

A minimal logger for use with Thyme.

Logs all messages to standard output.

Functions

init

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

init_all

Initializes the logger at the Trace level. This should only be called once per program.