Logger
This class defines four methods that can be used for logging purposes. They all just prepend their name in brackets to the message and print that to STDOUT. Only the Logger#fatal
method raises it instead of just printing it out.
The available methods are:
info
warn
debug
error
fatal
Last updated