Date: Mon, 8 Dec 2003 11:47:26 -0800 (PST) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/java Makefile ports/java/avalon-logkit Makefile distinfo pkg-descr pkg-plist Message-ID: <200312081947.hB8JlQZG005072@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glewis 2003/12/08 11:47:26 PST FreeBSD ports repository Modified files: java Makefile Added files: java/avalon-logkit Makefile distinfo pkg-descr pkg-plist Log: New port java/avalon-logkit: LogKit is a logging toolkit designed for secure performance oriented logging in applications. The LogKit provides the following features: - Decouples LogEvent generation from LogEvent handling. - Is simple to use and simple to configure. - Designed with security in mind. - Allow users fine control of logging based on priority and/or category. - Has hierarchical logging namespace to enable inheritance of LogTargets and Priorities. - Lightweight. - Designed to be integrated into existing products. - Performance oriented. - Enables users to plug in filters to filter out or modify LogEvents before they are written out. - Allow users to specify the serialization format of LogEvents via Formatters. - Comes with a number of existing LogTargets to ease integration. - The LogKit has existed for a number years and been used in a number of different environments which demonstrates it's reliability and stability. WWW: http://avalon.apache.org/logkit/index.html PR: 59040 Submitted by: Herve Quiroz <herve.quiroz@esil.univ-mrs.fr> Revision Changes Path 1.97 +1 -0 ports/java/Makefile 1.1 +43 -0 ports/java/avalon-logkit/Makefile (new) 1.1 +1 -0 ports/java/avalon-logkit/distinfo (new) 1.1 +22 -0 ports/java/avalon-logkit/pkg-descr (new) 1.1 +1 -0 ports/java/avalon-logkit/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312081947.hB8JlQZG005072>