     PKG_PROJECT=avalon
        PKG_NAME=LogKit
           SPELL=avalon-logkit
         VERSION=1.2
          SOURCE=${PKG_NAME}-${VERSION}-src.zip
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${PKG_NAME}-${VERSION}
   SOURCE_URL[0]=http://archive.apache.org/dist/avalon/logkit/${SOURCE}
     SOURCE_HASH=sha512:8d3801927f21350929f903692e288ae6cf64a31a704ca41b6c59e2111e9b4620828091bb34601c9ed7da5de4e4a401073f9193b689b40dd42e55593cfe5c5b85
      LICENSE[0]=APACHE
        WEB_SITE=http://avalon.apache.org/logkit/
        KEYWORDS="java"
         ENTERED=20030326
           SHORT="Logging toolkit for application secure performance logging"
cat << EOF
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.
EOF
