Added colors back to console output.

Fixed line duplication in console output.
This commit is contained in:
Jeff Ames
2008-02-06 03:52:36 +00:00
parent 52af264948
commit d76d604ce9
11 changed files with 190 additions and 20 deletions

View File

@@ -177,16 +177,6 @@ namespace OpenSim.Framework.Console
{
lock (m_syncRoot)
{
try
{
System.Console.WriteLine(format, args);
}
catch (FormatException)
{
System.Console.WriteLine(args);
}
try
{
if (color != ConsoleColor.White)