# File lib/sass/logger/base.rb, line 16
  def initialize(log_level = :debug, io = nil)
    self.log_level = log_level
    self.io = io
  end