class Scar::Logger
- Scar::Logger
- Reference
- Object
Overview
A Logging Helper.
Every method in this module outputs the given message to stdout while appending the prefix of [<method name>]
Logger#fatal
indicates a fatal error, therefore it raises.