Method: TingYun::Logger::MemoryLogger#info
- Defined in:
- lib/ting_yun/logger/memory_logger.rb
#info(*msgs, &blk) ⇒ Object
36 37 38 |
# File 'lib/ting_yun/logger/memory_logger.rb', line 36 def info(*msgs, &blk) << [:info, msgs, blk] end |