Class: Ramaze::Logger
Overview
Informer for the Stdlib Logger
Instance Method Summary collapse
-
#dev(*args) ⇒ Object
Stub for compatibility.
-
#log(tag, *args) ⇒ Object
integration to Logging.
Instance Method Details
#dev(*args) ⇒ Object
Stub for compatibility
19 20 21 |
# File 'lib/ramaze/log/logger.rb', line 19 def dev(*args) debug(*args) end |
#log(tag, *args) ⇒ Object
integration to Logging
14 15 16 |
# File 'lib/ramaze/log/logger.rb', line 14 def log(tag, *args) __send__(tag, args.join("\n")) end |