Module rebackup::logger[][src]

The logger module

This module exports macros to display messages to STDOUT or STDERR, depending on the set logging level.

The logging level is stored inside [static@LOGGER_LEVEL], which can be atomically read and updated.

Structs

LOGGER_LEVEL

The minimum logging level of messages to display. All messages with a lower logging level won’t be displayed.

Enums

LoggerLevel