Last change
on this file since 53 was
22,
checked in by rings, 14 years ago
|
|
-
Property svn:executable set to
*
|
File size:
991 bytes
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8" ?>
|
---|
2 | <configuration>
|
---|
3 | <configSections>
|
---|
4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
|
---|
5 | </configSections>
|
---|
6 | <log4net>
|
---|
7 | <appender name="UserGuides" type="log4net.Appender.TraceAppender" >
|
---|
8 | <layout type="log4net.Layout.PatternLayout">
|
---|
9 | <conversionPattern value="%date [%thread] %-5level %logger - %message%newline" />
|
---|
10 | </layout>
|
---|
11 | </appender>
|
---|
12 | <!-- Setup the root category, add the appenders and set the default level -->
|
---|
13 | <root>
|
---|
14 | <level value="ALL" />
|
---|
15 | <appender-ref ref="UserGuides" />
|
---|
16 | </root>
|
---|
17 | </log4net>
|
---|
18 | <appSettings>
|
---|
19 | <add key="IpAddress" value="127.0.0.1" />
|
---|
20 | <add key="IpPort" value="6610" /> <!-- 6611 -->
|
---|
21 | <add key="Title" value="User A" /> <!-- User B -->
|
---|
22 | <add key="MessagesFile" value="FILE://D:/cygwin/home/yann/dev/g++/STF 370/adapter/src/UEUserGuide/UserGuidesMessages.xml" />
|
---|
23 | </appSettings>
|
---|
24 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.