Mercurial > repos > IBBoard.WarFoundry.GUI.GTK
comparison WarFoundryGTK.exe.log4net @ 2:6d247d1a1cbb
Fixes #3 - Fix broken logging
* Rename Log4Net config to new app name
* Add Log4Net config as a deployed file to make sure it is in the compiled directory
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Tue, 23 Dec 2008 19:06:56 +0000 |
parents | |
children | eab45344cd56 |
comparison
equal
deleted
inserted
replaced
1:a3c70b542257 | 2:6d247d1a1cbb |
---|---|
1 <?xml version="1.0" encoding="utf-8" ?> | |
2 <!-- This section contains the log4net configuration settings --> | |
3 <log4net> | |
4 <!-- Define some output appenders --> | |
5 <appender name="ConsoleAppender" type="log4net.Appender.ConsoleAppender" > | |
6 <layout type="log4net.Layout.PatternLayout"> | |
7 <param name="ConversionPattern" value="%-5p [%d{HH:MM:ss}]: %C{1}.%M() - Line: %L - %m%n" /> | |
8 </layout> | |
9 </appender> | |
10 <!-- Setup the root category, add the appenders and set the default priority --> | |
11 <root> | |
12 <level value="DEBUG" /> | |
13 <appender-ref ref="ConsoleAppender" /> | |
14 </root> | |
15 </log4net> |