Module: Sinlog::Refin
- Defined in:
- lib/sinlog/06_loggable.rb
Overview
Note:
The main difference from Mixin is that Refin uses Refinements instead of Mixins.
- You need to activate it with
using Sinlog::Refin - rather than
include Sinlog::Mixin
Source
refine ::Object { import_methods LogExt }
Methods
#log_dbg– DEBUG#log_info– INFO#log_warn– WARN#log_err– ERROR#log_fatal– FATAL#log_unk– UNKNOWN