aboutsummaryrefslogtreecommitdiff
path: root/java/avalon-logkit
Commit message (Collapse)AuthorAgeFilesLines
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* - Use MASTER_SITE_APACHEHerve Quiroz2004-09-012-20/+16
| | | | | | | | | | | | | | | - Now bsd.java.mk 2.0 compliant - Cosmetic changes: ECHO_CMD -> ECHO_MSG and removed unnecessary variables - Use CPIO rather than MKDIR/INSTALL_MAN - Removed pkg-plist - Added 'devel' category - Removed unnecessary 'post-install' target - Use my FreeBSD address for maintainership purposes Approved by: glewis (mentor) Notes: svn path=/head/; revision=117829
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* . Wrap the PORTDOCS setting in .if !defined(NOPORTDOCS) .. .endif.Greg Lewis2003-12-081-0/+2
| | | | | | | Forgotten by: glewis Notes: svn path=/head/; revision=95417
* New port java/avalon-logkit:Greg Lewis2003-12-084-0/+67
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> Notes: svn path=/head/; revision=95413