# File lib/fog/core/logger.rb, line 13
    def self.[]=(channel, value)
      @channels[channel] = value
    end