Avalon Logkit.
Log4j-like logging toolkit..
Here is the list of declaration for avalon-logkit. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>avalon-logkit</groupId> <artifactId>avalon-logkit</artifactId> <version>2.1</version> </dependency>
If you think this Maven repository POM file listing for avalon-logkit is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The avalon-logkit-2.1 has 4 dependencies.The most popular ones are listed in the following table along with their categories and number of artifacts depending on them.
Category | Artifact | Depended By Count |
---|---|---|
Servlet | servletapi 2.3 Java Servlet technology provides Web developers with a simple, consistent mechanism for extending the functionality of a Web server and for accessing existing business systems. | 20 |
The following packages are defined in the avalon-logkit-2.1.jar
org.apache.log org.apache.log.format org.apache.log.output org.apache.log.output.db org.apache.log.output.io org.apache.log.output.io.rotate org.apache.log.output.jms org.apache.log.output.lf5 org.apache.log.output.net org.apache.log.util
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>avalon-logkit</groupId> <artifactId>avalon-logkit</artifactId> <name>Avalon Logkit</name> <version>2.1</version> <description>Log4j-like logging toolkit.</description> <inceptionYear>1997</inceptionYear> <dependencies> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> <version>1.2.11</version> </dependency> <dependency> <groupId>servletapi</groupId> <artifactId>servletapi</artifactId> <version>2.3</version> </dependency> <dependency> <groupId>geronimo-spec</groupId> <artifactId>geronimo-spec-javamail</artifactId> <version>1.3.1-rc3</version> </dependency> <dependency> <groupId>geronimo-spec</groupId> <artifactId>geronimo-spec-jms</artifactId> <version>1.1-rc4</version> </dependency> </dependencies> </project>