Download log4jdbc-log4j2-jdbc4-1.16.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/org.bgee.log4jdbc-log4j2/log4jdbc-log4j2-jdbc4/pom.properties
META-INF/maven/org.bgee.log4jdbc-log4j2/log4jdbc-log4j2-jdbc4/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.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</artifactId>
  <packaging>jar</packaging>
  <name>log4jdbc-log4j2-jdbc4</name>
  
  <dependencies>
  
  </dependencies>

  <!-- in order to compile with JDK 1.6 -->
  <build>
      <plugins>
          <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-compiler-plugin</artifactId>
              <version>3.1</version>
              <configuration>
                  <source>1.6</source>
                  <target>1.6</target>
                  <compilerVersion>1.6</compilerVersion>
                  <fork>true</fork>
                  <!-- 
                  You need to set up the path to a JDK 1.6 in the Maven settings.xml file, 
                  as explained here: https://maven.apache.org/plugins/maven-compiler-plugin/examples/compile-using-different-jdk.html
                  For instance: 
                       <profile>
                         <id>compiler</id>
                           <properties>
                             <JAVA_1_6_HOME>/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home</JAVA_1_6_HOME>
                             <JAVA_1_6_BOOTCLASSPATH>/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Classes/classes.jar</JAVA_1_6_BOOTCLASSPATH>
                           </properties>
                       </profile> 
                       [...]
                       <activeProfiles>
                         <activeProfile>compiler</activeProfile>
                       </activeProfiles>
                   -->
                  <executable>${JAVA_1_6_HOME}/bin/javac</executable>
                  <bootclasspath>${JAVA_1_6_BOOTCLASSPATH}</bootclasspath>
                  <verbose>true</verbose>
              </configuration>
          </plugin>
          
          <plugin>
              <groupId>org.apache.maven.plugins</groupId>
              <artifactId>maven-surefire-plugin</artifactId>
              <configuration>
                  <jvm>${JAVA_1_6_HOME}/bin/java</jvm>
              </configuration>
          </plugin>
      </plugins>
      <finalName>log4jdbc-log4j2-jdbc4-${project.version}</finalName>
  </build>  
  
</project>

POM Entry

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

Download

If you think the following log4jdbc-log4j2-jdbc4-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.16.jar file




PreviousNext

Related