mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
make Console Output(..) compatible with rest of code, again
This commit is contained in:
@@ -62,7 +62,8 @@ namespace OpenSim.Framework.Console
|
||||
set {}
|
||||
}
|
||||
|
||||
public void Output(string format, string level, params object[] components) {}
|
||||
public void Output(string format, params object[] components) { }
|
||||
public void Output(string format, string level, params object[] components) { }
|
||||
|
||||
public string Prompt(string p) { return ""; }
|
||||
public string Prompt(string p, string def, List<char> excludedCharacters, bool echo) { return ""; }
|
||||
|
||||
Reference in New Issue
Block a user