# File lib/uniform_notifier/customized_logger.rb, line 11
    def self._out_of_channel_notify(data)
      message = data.values.compact.join("\n")
      @logger.warn message
    end