mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Move the color console logic from the appender into the local console, since
that is the only one that can use it. Change appender output to always go through the console output functions.
This commit is contained in:
@@ -60,8 +60,9 @@ namespace OpenSim.Framework.Console
|
||||
m_Server = server;
|
||||
}
|
||||
|
||||
public override void Output(string text)
|
||||
public override void Output(string text, string level)
|
||||
{
|
||||
System.Console.Write(text);
|
||||
}
|
||||
|
||||
public override string ReadLine(string p, bool isCommand, bool e)
|
||||
|
||||
Reference in New Issue
Block a user