Class: DateFormats::Logging::Logger

Inherits:
Object
  • Object
show all
Defined in:
lib/date-formats.rb

Overview

for now use quick “dummy” logger to

Instance Method Summary collapse

Instance Method Details

#debug(msg) ⇒ Object



16
# File 'lib/date-formats.rb', line 16

def debug( msg ) puts "[debug] #{msg}"; end