# File lib/sass/logger/delayed.rb, line 25
  def initialize(inner)
    self.log_level = inner.log_level
    @inner = inner
    @messages = []
  end