diff options
author | Jeff Ames | 2008-02-06 07:36:14 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-06 07:36:14 +0000 |
commit | 355d0fdb952a7f796898fcc6b98f21e9eec9eb78 (patch) | |
tree | a0a62d28c906dc60da9734f0d2a422cf4d5f0fd9 /bin/OpenSimExport.exe.config | |
parent | Added colors back to console output. (diff) | |
download | opensim-SC_OLD-355d0fdb952a7f796898fcc6b98f21e9eec9eb78.zip opensim-SC_OLD-355d0fdb952a7f796898fcc6b98f21e9eec9eb78.tar.gz opensim-SC_OLD-355d0fdb952a7f796898fcc6b98f21e9eec9eb78.tar.bz2 opensim-SC_OLD-355d0fdb952a7f796898fcc6b98f21e9eec9eb78.tar.xz |
Revert color console changes until a cross-platform method is found.
Diffstat (limited to 'bin/OpenSimExport.exe.config')
-rw-r--r-- | bin/OpenSimExport.exe.config | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/bin/OpenSimExport.exe.config b/bin/OpenSimExport.exe.config index 5cf4b9f..fce85b2 100644 --- a/bin/OpenSimExport.exe.config +++ b/bin/OpenSimExport.exe.config | |||
@@ -6,25 +6,7 @@ | |||
6 | <appSettings> | 6 | <appSettings> |
7 | </appSettings> | 7 | </appSettings> |
8 | <log4net> | 8 | <log4net> |
9 | <appender name="Console" type="log4net.Appender.AnsiColorTerminalAppender"> | 9 | <appender name="Console" type="log4net.Appender.ConsoleAppender"> |
10 | <mapping> | ||
11 | <level value="ERROR" /> | ||
12 | <foreColor value="Red" /> | ||
13 | <attributes value="Bright"/> | ||
14 | </mapping> | ||
15 | <mapping> | ||
16 | <level value="DEBUG"/> | ||
17 | <foreColor value="Green"/> | ||
18 | </mapping> | ||
19 | <mapping> | ||
20 | <level value="INFO"/> | ||
21 | <foreColor value="Blue"/> | ||
22 | </mapping> | ||
23 | <mapping> | ||
24 | <level value="Warn"/> | ||
25 | <foreColor value="Yellow"/> | ||
26 | <attributes value="Bright"/> | ||
27 | </mapping> | ||
28 | <layout type="log4net.Layout.PatternLayout"> | 10 | <layout type="log4net.Layout.PatternLayout"> |
29 | <conversionPattern value="%date %-5level %logger - %message%newline" /> | 11 | <conversionPattern value="%date %-5level %logger - %message%newline" /> |
30 | </layout> | 12 | </layout> |