# File lib/sass/logger/base.rb, line 21
  def logging_level?(level)
    !disabled && self.class.log_level?(level, log_level)
  end