View of /trunk/Mac/OpenSim/OpenSim.Data.SQLite.Tests.dll.config
Parent Directory
|
Revision Log
Revision 5 -
(download)
(annotate)
Mon Jun 1 03:11:20 2009 UTC (3 years, 11 months ago) by chi11ken
File size: 793 byte(s)
Mon Jun 1 03:11:20 2009 UTC (3 years, 11 months ago) by chi11ken
File size: 793 byte(s)
Add OpenSim-0.6.5-post-fixes r9713 (built with Mono 2.4 on OS X 10.5.7).
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
</configSections>
<log4net>
<!-- A1 is set to be a ConsoleAppender -->
<appender name="A1" type="log4net.Appender.ConsoleAppender">
<!-- A1 uses PatternLayout -->
<layout type="log4net.Layout.PatternLayout">
<!-- Print the date in ISO 8601 format -->
<conversionPattern value="%date [%thread] %-5level %logger %ndc - %message%newline" />
</layout>
</appender>
<!-- Set root logger level to DEBUG and its only appender to A1 -->
<root>
<level value="DEBUG" />
<appender-ref ref="A1" />
</root>
</log4net>
</configuration>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

