mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
removed obsolete Verbose() function
This commit is contained in:
@@ -163,21 +163,6 @@ namespace OpenSim.Framework.Console
|
||||
return;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sends a informational message to the current log output
|
||||
/// </summary>
|
||||
/// <param name="format">The message to send</param>
|
||||
/// <param name="args">WriteLine-style message arguments</param>
|
||||
[Obsolete("Please tag your console messages with the location your calling from")]
|
||||
public void Verbose(string format, params object[] args)
|
||||
{
|
||||
if (m_verbose)
|
||||
{
|
||||
WriteNewLine(ConsoleColor.Gray, format, args);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sends an informational message to the current log output
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user