Method: WCC::Filters.debug

Defined in:
lib/wcc/filter.rb

.debug(msg) ⇒ Object

API method - log msg as debug



51
# File 'lib/wcc/filter.rb', line 51

def self.debug(msg); WCC.logger.debug "filter: #{msg}" end