From d76d604ce9f749943a6dc6c2260b1375b4ee77b4 Mon Sep 17 00:00:00 2001
From: Jeff Ames
Date: Wed, 6 Feb 2008 03:52:36 +0000
Subject: Added colors back to console output. Fixed line duplication in
console output.
---
OpenSim/Framework/Console/ConsoleBase.cs | 10 ----------
bin/OpenSim.32BitLaunch.exe.config | 20 +++++++++++++++++++-
bin/OpenSim.Grid.AssetServer.exe.config | 20 +++++++++++++++++++-
bin/OpenSim.Grid.GridServer.exe.config | 20 +++++++++++++++++++-
bin/OpenSim.Grid.InventoryServer.exe.config | 20 +++++++++++++++++++-
bin/OpenSim.Grid.MessagingServer.exe.config | 20 +++++++++++++++++++-
bin/OpenSim.Grid.ScriptServer.exe.config | 20 +++++++++++++++++++-
bin/OpenSim.Grid.UserServer.exe.config | 20 +++++++++++++++++++-
bin/OpenSim.exe.config | 20 +++++++++++++++++++-
bin/OpenSimExport.exe.config | 20 +++++++++++++++++++-
bin/SimpleApp.exe.config | 20 +++++++++++++++++++-
11 files changed, 190 insertions(+), 20 deletions(-)
diff --git a/OpenSim/Framework/Console/ConsoleBase.cs b/OpenSim/Framework/Console/ConsoleBase.cs
index 3f68e50..6ea9b5d 100644
--- a/OpenSim/Framework/Console/ConsoleBase.cs
+++ b/OpenSim/Framework/Console/ConsoleBase.cs
@@ -179,16 +179,6 @@ namespace OpenSim.Framework.Console
{
try
{
- System.Console.WriteLine(format, args);
- }
-
- catch (FormatException)
- {
- System.Console.WriteLine(args);
- }
-
- try
- {
if (color != ConsoleColor.White)
System.Console.ForegroundColor = color;
diff --git a/bin/OpenSim.32BitLaunch.exe.config b/bin/OpenSim.32BitLaunch.exe.config
index ebe552b..cb5f4c9 100644
--- a/bin/OpenSim.32BitLaunch.exe.config
+++ b/bin/OpenSim.32BitLaunch.exe.config
@@ -6,7 +6,25 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bin/OpenSim.Grid.AssetServer.exe.config b/bin/OpenSim.Grid.AssetServer.exe.config
index 21bd6a0..01cda60 100644
--- a/bin/OpenSim.Grid.AssetServer.exe.config
+++ b/bin/OpenSim.Grid.AssetServer.exe.config
@@ -6,7 +6,25 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bin/OpenSim.Grid.GridServer.exe.config b/bin/OpenSim.Grid.GridServer.exe.config
index 170db91..836c3f4 100644
--- a/bin/OpenSim.Grid.GridServer.exe.config
+++ b/bin/OpenSim.Grid.GridServer.exe.config
@@ -6,7 +6,25 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bin/OpenSim.Grid.InventoryServer.exe.config b/bin/OpenSim.Grid.InventoryServer.exe.config
index a8e75b1..3a2fd95 100644
--- a/bin/OpenSim.Grid.InventoryServer.exe.config
+++ b/bin/OpenSim.Grid.InventoryServer.exe.config
@@ -6,7 +6,25 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bin/OpenSim.Grid.MessagingServer.exe.config b/bin/OpenSim.Grid.MessagingServer.exe.config
index 2e240e0..e8c34d2 100644
--- a/bin/OpenSim.Grid.MessagingServer.exe.config
+++ b/bin/OpenSim.Grid.MessagingServer.exe.config
@@ -6,7 +6,25 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bin/OpenSim.Grid.ScriptServer.exe.config b/bin/OpenSim.Grid.ScriptServer.exe.config
index 5e58f58..026d0f1 100644
--- a/bin/OpenSim.Grid.ScriptServer.exe.config
+++ b/bin/OpenSim.Grid.ScriptServer.exe.config
@@ -6,7 +6,25 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bin/OpenSim.Grid.UserServer.exe.config b/bin/OpenSim.Grid.UserServer.exe.config
index 63f62ba..5e7b8d5 100644
--- a/bin/OpenSim.Grid.UserServer.exe.config
+++ b/bin/OpenSim.Grid.UserServer.exe.config
@@ -6,7 +6,25 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config
index 9d2aaed..222fe96 100644
--- a/bin/OpenSim.exe.config
+++ b/bin/OpenSim.exe.config
@@ -6,7 +6,25 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bin/OpenSimExport.exe.config b/bin/OpenSimExport.exe.config
index fce85b2..5cf4b9f 100644
--- a/bin/OpenSimExport.exe.config
+++ b/bin/OpenSimExport.exe.config
@@ -6,7 +6,25 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/bin/SimpleApp.exe.config b/bin/SimpleApp.exe.config
index 3156c73..8130ef5 100644
--- a/bin/SimpleApp.exe.config
+++ b/bin/SimpleApp.exe.config
@@ -6,7 +6,25 @@
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit v1.1