# File lib/sass/logger/log_level.rb, line 19
        def log_level?(level, min_level)
          log_levels[level] >= log_levels[min_level]
        end