From 73599c0f25f67b6a2de61a36849bb8ce0b7b5279 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Thu, 6 Dec 2007 18:17:44 +0000 Subject: removed obsolete Verbose() function --- OpenSim/Framework/Console/LogBase.cs | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'OpenSim/Framework/Console') diff --git a/OpenSim/Framework/Console/LogBase.cs b/OpenSim/Framework/Console/LogBase.cs index c226fcb..045970e 100644 --- a/OpenSim/Framework/Console/LogBase.cs +++ b/OpenSim/Framework/Console/LogBase.cs @@ -164,21 +164,6 @@ namespace OpenSim.Framework.Console } /// - /// Sends a informational message to the current log output - /// - /// The message to send - /// WriteLine-style message arguments - [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; - } - } - - /// /// Sends an informational message to the current log output /// /// The module that sent this message -- cgit v1.1