module DEBUGGER__

def self.warn msg

def self.warn msg
  log :WARN, msg
end