The version of Apache log4j used by SoundHelix.

[[ 🗃 ^aEp6o apache-log4j ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/aEp6o

SSH: git clone USERNAME@vervis.peers.community:aEp6o

Branches

Tags

1.3alpha-7 :: examples / tiny-webapp / Tata / WebRoot / WEB-INF / classes /

tata-log4j.xml

<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE configuration >

<configuration debug="true" xmlns='http://logging.apache.org/'>

  <appender name="FILE" class="org.apache.log4j.FileAppender">
    <param name="File" value="tata.log"/>
    <param name="Append" value="false"/>
    <layout class="org.apache.log4j.PatternLayout">
      <param name="ConversionPattern" value="TATA %r %-5p %c - %m%n"/>
    </layout>	    
  </appender>

  <root>
    <level value="debug"/>
    <appender-ref ref="FILE" />    
  </root>
</configuration>

[See repo JSON]