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

org.lockss.log.samples.log4j2-lockss-user.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>

<!-- Sample user logging config.  Set LOG4J_LOCKSS_CONFIG env var to the
     name of this file. -->

<Configuration>
  <Properties>
    <!-- Change message layout to include calling class.method() -->
    <Property name="layout.console">
      %d [%t] %-5level %C{1}.%M() %m%lex%n
    </Property>
    <Property name="layout.console.lockss">
      ${layout.console}
    </Property>
  </Properties>
</Configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy