# File lib/logging.rb, line 365
    def path( *args )
      args.empty? ? PATH : ::File.join(PATH, args.flatten)
    end