Download log4jdbc-log4j2-jdbc4.1-1.16.jar file

Introduction

You can download log4jdbc-log4j2-jdbc4.1-1.16.jar in this page.

License

Open Source

Type List

log4jdbc-log4j2-jdbc4.1-1.16.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.bgee.log4jdbc-log4j2/log4jdbc-log4j2-jdbc4.1/pom.properties
META-INF/maven/org.bgee.log4jdbc-log4j2/log4jdbc-log4j2-jdbc4.1/pom.xml
META-INF/services/java.sql.Driver
net.sf.log4jdbc.Properties.class
net.sf.log4jdbc.log.SpyLogDelegator.class
net.sf.log4jdbc.log.SpyLogFactory.class
net.sf.log4jdbc.log.log4j2.Log4j2SpyLogDelegator.class
net.sf.log4jdbc.log.log4j2.message.ConnectionMessage.class
net.sf.log4jdbc.log.log4j2.message.ExceptionOccuredMessage.class
net.sf.log4jdbc.log.log4j2.message.MethodReturnedMessage.class
net.sf.log4jdbc.log.log4j2.message.SqlMessage.class
net.sf.log4jdbc.log.log4j2.message.SqlTimingOccurredMessage.class
net.sf.log4jdbc.log.slf4j.Slf4jSpyLogDelegator.class
net.sf.log4jdbc.sql.Spy.class
net.sf.log4jdbc.sql.Utilities.class
net.sf.log4jdbc.sql.jdbcapi.CallableStatementSpy.class
net.sf.log4jdbc.sql.jdbcapi.ConnectionSpy.class
net.sf.log4jdbc.sql.jdbcapi.DataSourceSpy.class
net.sf.log4jdbc.sql.jdbcapi.DriverSpy.class
net.sf.log4jdbc.sql.jdbcapi.PreparedStatementSpy.class
net.sf.log4jdbc.sql.jdbcapi.ResultSetSpy.class
net.sf.log4jdbc.sql.jdbcapi.StatementSpy.class
net.sf.log4jdbc.sql.rdbmsspecifics.MySqlRdbmsSpecifics.class
net.sf.log4jdbc.sql.rdbmsspecifics.OracleRdbmsSpecifics.class
net.sf.log4jdbc.sql.rdbmsspecifics.RdbmsSpecifics.class
net.sf.log4jdbc.sql.rdbmsspecifics.SqlServerRdbmsSpecifics.class
net.sf.log4jdbc.sql.resultsetcollector.DefaultResultSetCollector.class
net.sf.log4jdbc.sql.resultsetcollector.JdbcUtils.class
net.sf.log4jdbc.sql.resultsetcollector.ResultSetCollector.class
net.sf.log4jdbc.sql.resultsetcollector.ResultSetCollectorPrinter.class

Pom

log4jdbc-log4j2-jdbc4.1-1.16.pom file content.

<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.bgee.log4jdbc-log4j2</groupId>
    <artifactId>log4jdbc-log4j2</artifactId>
    <version>1.16</version>
  </parent>
  
  <artifactId>log4jdbc-log4j2-jdbc4.1</artifactId>
  <packaging>jar</packaging>
  <name>log4jdbc-log4j2-jdbc4.1</name>
  
  <dependencies>
  
  </dependencies>

  <!-- in order to compile with JDK 1.7 -->
  <build>
      <plugins>
          <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-compiler-plugin</artifactId>
              <version>3.1</version>
              <configuration>
                  <!-- 
                  Here we assume that the default JDK version on the machine compiling the project 
                  is 1.7. Otherwise, you need to provide the path to the JDK 1.7 
                  (see for instance the pom.xml in log4jdbc-log4j2-jdbc4, using a JDK 1.6)
                  -->
                  <source>1.7</source>
                  <target>1.7</target>
              </configuration>
          </plugin>
      </plugins>
      <finalName>log4jdbc-log4j2-jdbc4.1-${project.version}</finalName>
  </build>  
  
</project>

POM Entry

<dependency>
   <groupId>org.bgee.log4jdbc-log4j2</groupId>
   <artifactId>log4jdbc-log4j2-jdbc4.1</artifactId>
   <version>1.16</version>
</dependency>

Download

If you think the following log4jdbc-log4j2-jdbc4.1-1.16.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download log4jdbc-log4j2-jdbc4.1-1.16.jar file




PreviousNext

Related