Module: Logbert::Formatters

Defined in:
lib/logbert/formatters.rb

Defined Under Namespace

Classes: Formatter, ProcFormatter, SimpleFormatter

Class Method Summary collapse

Class Method Details

.fmt(&block) ⇒ Object



48
49
50
# File 'lib/logbert/formatters.rb', line 48

def self.fmt(&block)
  ProcFormatter.new(&block)
end