Method: #wlog
- Defined in:
- lib/rex/logging/log_dispatcher.rb
#wlog(msg, src = 'core', level = 0, from = caller) ⇒ Object
141 142 143 |
# File 'lib/rex/logging/log_dispatcher.rb', line 141 def wlog(msg, src = 'core', level = 0, from = caller) $dispatcher.log(LOG_WARN, src, level, msg, from) end |