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

xx.jaxx-maven-plugin.3.0-alpha-6.source-code.logback-test.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  JAXX :: Maven plugin
  %%
  Copyright (C) 2008 - 2017 CodeLutin
  %%
  This program is free software: you can redistribute it and/or modify
  it under the terms of the GNU Lesser General Public License as 
  published by the Free Software Foundation, either version 3 of the 
  License, or (at your option) any later version.
  
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Lesser Public License for more details.
  
  You should have received a copy of the GNU General Lesser Public 
  License along with this program.  If not, see
  <http://www.gnu.org/licenses/lgpl-3.0.html>.
  #L%
  -->

<configuration>

  <contextName>JAXX</contextName>

  <property name="sammoa.log.pattern" value="%date %level [%thread] %logger [:%line] : %msg%n"/>

  <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender">
    <encoder>
      <pattern>${sammoa.log.pattern}</pattern>
    </encoder>
  </appender>

  <!--<appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">-->
  <!--<file>${sammoa.log.file}</file>-->
  <!--<encoder>-->
  <!--<pattern>${sammoa.log.pattern}</pattern>-->
  <!--</encoder>-->
  <!--<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">-->
  <!--<fileNamePattern>${sammoa.log.file}-%d{yyyy-MM-dd}.log</fileNamePattern>-->
  <!--<maxHistory>10</maxHistory>-->
  <!--</rollingPolicy>-->
  <!--</appender>-->

  <logger name="org.nuiton.jaxx" level="WARN"/>

  <root level="ERROR">
    <!--<appender-ref ref="FILE"/>-->
    <appender-ref ref="CONSOLE"/>
  </root>

</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy