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