config/log4php.xml
author Markus Bröker <broeker.markus@googlemail.com>
Fri, 13 Nov 2015 17:01:04 +0100
changeset 12 66b604c61e62
parent 8 54ea0099329c
permissions -rw-r--r--
Testreihe für die Datenbank-Klasse hinzu gefügt

<?xml version="1.0" encoding="UTF-8"?>
<configuration xmlns="http://logging.apache.org/log4php/">
    <appender name="default" class="LoggerAppenderFile">
        <layout class="LoggerLayoutSimple"/>
        <param name="file" value="/var/www/vhosts/BFW_APP/logs/bfw.log"/>
        <param name="append" value="true"/>
    </appender>
    <root>
        <appender_ref ref="default"/>
    </root>
</configuration>