Class: DateFormats::Logging::Logger
- Inherits:
-
Object
- Object
- DateFormats::Logging::Logger
- 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 |