~halega/+junk/sharpdevelop

« back to all changes in this revision

Viewing changes to samples/ICSharpCode.Core.Demo/Startup/app.config

  • Committer: sk
  • Date: 2011-09-10 05:17:57 UTC
  • Revision ID: halega@halega.com-20110910051757-qfouz1llya9m6boy
4.1.0.7915 Release Candidate 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<configuration>
 
2
        <configSections>
 
3
                <section name="log4net" type="System.Configuration.IgnoreSectionHandler" />
 
4
        </configSections>
 
5
        <runtime>
 
6
        </runtime>
 
7
        <log4net>
 
8
                <appender name="TraceAppender" type="log4net.Appender.TraceAppender">
 
9
                        <layout type="log4net.Layout.PatternLayout">
 
10
                                <conversionPattern value="%date [%thread] %-5level- %message%newline" />
 
11
                        </layout>
 
12
                </appender>
 
13
                
 
14
                <root>
 
15
                        <level value="DEBUG" />
 
16
                        <appender-ref ref="TraceAppender" />
 
17
                </root>
 
18
        </log4net>
 
19
</configuration>