Method: Logger#add_with_yell
- Defined in:
- lib/core_ext/logger.rb
#add_with_yell(severity, message = nil, progname = nil, &block) ⇒ Object Also known as: add
11 12 13 |
# File 'lib/core_ext/logger.rb', line 11 def add_with_yell( severity, = nil, progname = nil, &block ) add_without_yell(Integer(severity), , progname, &block) end |