Top Level Namespace
Defined Under Namespace
Modules: Ernicorn
Instance Method Summary collapse
-
#logfile(name) ⇒ Object
Root level calls.
- #loglevel(level) ⇒ Object
Instance Method Details
#logfile(name) ⇒ Object
Root level calls
233 234 235 |
# File 'lib/ernicorn.rb', line 233 def logfile(name) Ernicorn.logfile(name) end |
#loglevel(level) ⇒ Object
237 238 239 |
# File 'lib/ernicorn.rb', line 237 def loglevel(level) Ernicorn.loglevel(level) end |