view WarFoundry.exe.log4net @ 32:e97867236672

Re #112: WinForms UI won't build on other machines * Use HOMEDRIVE and HOMEPATH variables to construct a path that should be in a user-writable area for everyone and isn't on a mapped network drive for IBBoard. Seems to work, but needs confirmation from others
author IBBoard <dev@ibboard.co.uk>
date Tue, 04 Aug 2009 19:40:20 +0000
parents 19bdbb80999c
children 0e7c257ca8d6
line wrap: on
line source

<?xml version="1.0" encoding="utf-8" ?>
<!-- This section contains the log4net configuration settings -->
<log4net>
    <!-- Define some output appenders -->	
    <appender name="ConsoleAppender" type="log4net.Appender.ConsoleAppender" >
        <layout type="log4net.Layout.PatternLayout">
            <param name="ConversionPattern" value="%-5p [%d{HH:MM:ss}]: %C{1}.%M() - Line: %L - %m%n" />
        </layout>
    </appender>
    <!-- Setup the root category, add the appenders and set the default priority -->
    <root>
        <level value="DEBUG" />
        <appender-ref ref="ConsoleAppender" />
    </root>
</log4net>