class Sass::Compiler::Host::LoggerRegistry

def debug(event)

def debug(event)
  Kernel.warn(event.formatted)
end