Logger

class Logger

Parent:
Object
Included modules:
Logger::Severity

Description

The Logger class provides a simple but sophisticated logging utility that you can use to output messages-

The messages have associated levels, such as INFO or ERROR that indicate their importance- You can then give the Logger a level, and only messages at that level or higher will be printed.

The levels are:

UNKNOWN

An unknown message that should always be logged.

FATAL

An