Module: Sinlog::ShortMixin
- Defined in:
- lib/sinlog/06_loggable.rb
Overview
Note:
Since mixin monkey patching pollutes the global scope, use include Sinlog::ShortMixin with caution.
Provids convenient logging methods.
Similar to Mixin, but methods omit the log_ prefix.
Methods
Object#dbg– DEBUGObject#info– INFOObject#warn– WARNObject#err– ERRORObject#fatal– FATALObject#unk– UNKNOWN