Download slf4j-log4j12-1.8.0.jar file

Introduction

You can download slf4j-log4j12-1.8.0.jar in this page.

License

Apache Open Source

Type List

slf4j-log4j12-1.8.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.slf4j/slf4j-log4j12/pom.properties
META-INF/maven/org.slf4j/slf4j-log4j12/pom.xml
META-INF/services/org.slf4j.spi.SLF4JServiceProvider
org.apache.log4j.MDCFriend.class
org.slf4j.impl.StaticLoggerBinder.class
org.slf4j.impl.StaticMDCBinder.class
org.slf4j.impl.StaticMarkerBinder.class
org.slf4j.log4j12.Log4j12ServiceProvider.class
org.slf4j.log4j12.Log4jLoggerAdapter.class
org.slf4j.log4j12.Log4jLoggerFactory.class
org.slf4j.log4j12.Log4jMDCAdapter.class
org.slf4j.log4j12.VersionUtil.class

Pom

slf4j-log4j12-1.8.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.slf4j</groupId>
    <artifactId>slf4j-parent</artifactId>
    <version>1.8.0-alpha2</version>
  </parent>

  <artifactId>slf4j-log4j12</artifactId>

  <packaging>jar</packaging>
  <name>SLF4J LOG4J-12 Binding</name>
  <description>SLF4J LOG4J-12 Binding</description>
  <url>http://www.slf4j.org</url>

  <dependencies>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
    </dependency>

    <dependency>
      <groupId>log4j</groupId>
      <artifactId>log4j</artifactId>
    </dependency>
    
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <type>test-jar</type>
      <version>${project.version}</version>
      <scope>test</scope>
    </dependency>
  </dependencies>


  <build>
    <plugins>
        
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-surefire-plugin</artifactId>
        <version>2.19.1</version>
        <configuration>
          <forkCount>1</forkCount>
          <reuseForks>false</reuseForks>
          <reportFormat>plain</reportFormat>
          <trimStackTrace>false</trimStackTrace>
          <excludes>
            <exclude>**/AllTest.java</exclude>
            <exclude>**/PackageTest.java</exclude>
          </excludes>
          <argLine>-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8001</argLine>
          <!--<argLine>XXadd-opens log4j/org.apache.log4j=org.slf4j.log4j12</argLine>-->
        </configuration>
      </plugin>     
        
 
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>org.slf4j</groupId>
   <artifactId>slf4j-log4j12</artifactId>
   <version>1.8.0</version>
</dependency>

Download

If you think the following slf4j-log4j12-1.8.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download slf4j-log4j12-1.8.0.jar file




PreviousNext

Related