BlueCollar.EmptyLogger.Debug C# (CSharp) Method

Debug() public method

Logs a debug message.
public Debug ( string format ) : void
format string The format of the message to log.
return void
        public void Debug(string format, params object[] args)
        {
        }