MStrap::DSL::Logging
Instance methods
logc(msg)
Logs a message at the FATAL level and terminate program. On a TTY, this will output in red. With --verbose, this will also print the stacktrace.
logd(msg)
Log a message at the DEBUG level. This will only be logged when mstrap
is in debug mode.