Allow the use of the region debug console found in recent viewers. This console

will be available to estate owners and managers. If the user using the console
had god privs, they can use "set console on" and "set console off" to switch on
the actual region console. This allows console access from within the viewer.
The region debug console can coexist with any other main console.
This commit is contained in:
Melanie
2012-08-14 21:54:47 +02:00
parent d8125fb1f7
commit faa710aee1
6 changed files with 60 additions and 3 deletions

View File

@@ -100,6 +100,7 @@ namespace OpenSim.Framework.Console
m_LineNumber++;
m_Scrollback.Add(String.Format("{0}", m_LineNumber)+":"+level+":"+text);
}
FireOnOutput(text.Trim());
System.Console.WriteLine(text.Trim());
}