# File lib/scrubyt/logging.rb, line 26
      def initialize(level, text)
        @level, @text = level.to_s, text.to_s
      end