diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2003-12-08 19:47:25 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2003-12-08 19:47:25 +0000 |
commit | 0d256c54933da6e0af032cbba4d518edc2168abb (patch) | |
tree | b4fe82cfbd1403be2939bccc115898d1c1824d14 /java/Makefile | |
parent | 0ad8d4e08bb803dbcf632563da450db895d87b24 (diff) |
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>
Notes
Notes:
svn path=/head/; revision=95413
Diffstat (limited to 'java/Makefile')
-rw-r--r-- | java/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index 9bfbf16312a0..49ebfee125ea 100644 --- a/java/Makefile +++ b/java/Makefile @@ -1,6 +1,7 @@ # $FreeBSD$ # + SUBDIR += avalon-logkit SUBDIR += bluej SUBDIR += bouncycastle SUBDIR += bsh |