Method: Logbert::Formatters::ProcFormatter#format

Defined in:
lib/logbert/formatters.rb

#format(msg) ⇒ Object



43
44
45
# File 'lib/logbert/formatters.rb', line 43

def format(msg)
  @proc.call msg
end