# File log4r/base.rb, line 70
    def self.comma_split(string)
      string.split(/\s*,\s*/).collect {|s| s.strip}
    end