nlog4j.
nlog4j - NLOG4J is a production-quality log4j-replacement with native SLF4J API support. See http://www.slf4j.org/nlog4j/.
Here is the list of declaration for nlog4j. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.slf4j</groupId> <artifactId>nlog4j</artifactId> <version>1.2.25</version> </dependency>
If you think this Maven repository POM file listing for nlog4j is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The nlog4j-1.2.25 has 5 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 |
---|---|---|
Network | mail 1.3.2 The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications. | 22 |
JEE | activation 1.0.2 JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perfor... | 27 |
JMS | jms 1.1 The Java Message Service (JMS) API is a messaging standard that allows application components based on the Java 2 Platform, Enterprise Edition (J2EE) to create, send, receive, and read messages. It enables distributed communication that is loosely coupled, reliable, and asynchronous. | 62 |
The following packages are defined in the nlog4j-1.2.25.jar
org.apache.log4j org.apache.log4j.config org.apache.log4j.helpers org.apache.log4j.jdbc org.apache.log4j.jmx org.apache.log4j.net org.apache.log4j.or org.apache.log4j.or.jms org.apache.log4j.or.sax org.apache.log4j.spi org.apache.log4j.varia org.apache.log4j.xml org.slf4j org.slf4j.impl org.slf4j.spi
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?><project> <modelVersion>4.0.0</modelVersion> <groupId>org.slf4j</groupId> <artifactId>nlog4j</artifactId> <name>nlog4j</name> <version>1.2.25</version> <description>nlog4j - NLOG4J is a production-quality log4j-replacement with native SLF4J API support. See http://www.slf4j.org/nlog4j/</description> <dependencies> <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.3.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.activation</groupId> <artifactId>activation</artifactId> <version>1.0.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>javax.jms</groupId> <artifactId>jms</artifactId> <version>1.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.sun.jmx</groupId> <artifactId>jmxri</artifactId> <version>1.2</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.sun.jdmk</groupId> <artifactId>jmxtools</artifactId> <version>1.2</version> <scope>provided</scope> </dependency> </dependencies> </project>