The log package provides classes and interfaces implementing logging capabilities.
It encapsulates the Jakarta log4j service,
the Java 1.4 logging features and JBoss logging service.
The logging service is configured by the properties file
LoggerService.properties . The most important entry is:
log.class=org.deegree.framework.log.JBossLogger
The log system configuration files are:
- LoggerService.properties - configures the deegree internal log system, set
the property log.class to the prefered log system, this file is required.
supported log systems are:
- log4j: log.class=org.deegree.framework.log.Log4JLogger, required config
file is log4j.properties
- JBoss logger: log.class=org.deegree.framework.log.JBossLogger, use
%JBOSS_HOME/server/default/conf/log4j.xml to configure the log system
- Java 1.4 logging API: log.class=org.deegree.framework.log.JavaLogger,
required config file is logging.properties
Note: Remove the log4j.properties file from the deegree jar or
within the class path of the application if you use JBoss as your application
server.
Package Specification
Please read the following documentation for using the framework package
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
Used Design Patterns
Developer pair
@author $Author: bezema $
@version $Revision: 6259 $, $Date: 2007-03-20 02:15:15 -0700 (Tue, 20 Mar 2007) $
@since 2.0
|