# File lib/logging/appenders/email.rb, line 144
    def to=( val )
      @to = val.respond_to?(:split) ?  val.split(',') : Array(val)
    end