commit | author | age | ||
6276d7 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
JK | 2 | <configuration xmlns="http://logging.apache.org/log4php/"> |
3 | <appender name="default" class="LoggerAppenderConsole"> | |
4 | <layout class="LoggerLayoutSimple" /> | |
5 | </appender> | |
6 | <root> | |
7 | <level value="TRACE" /> | |
8 | <appender_ref ref="default" /> | |
9 | </root> | |
10 | </configuration> |