All Downloads are FREE. Search and download functionalities are using the official Maven repository.

chapters.appenders.db.append-via-jndi.xml Maven / Gradle / Ivy

There is a newer version: 1.3.0-alpha4
Show newest version
<configuration debug="true">
  <appender name="DB" class="ch.qos.logback.classic.db.DBAppender">
    <connectionSource class="ch.qos.logback.core.db.JNDIConnectionSource">
      <!-- please note the "java:comp/env/" prefix -->
      <jndiLocation>java:comp/env/jdbc/logging</jndiLocation>
    </connectionSource>
  </appender>
  <root level="DEBUG">
    <appender-ref ref="DB"/>
  </root>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy