# File lib/gelf/logger.rb, line 51
    def <<(message)
      notify_with_level(GELF::UNKNOWN, 'short_message' => message)
    end