Anotar.Log4Net.LogTo.Debug C# (CSharp) Метод

Debug() публичный статический Метод

Writes the diagnostic message at the Debug level.
public static Debug ( ) : void
Результат void
        public static void Debug()
        {
            throw new NotImplementedException();
        }

Same methods

LogTo::Debug ( Func message ) : void
LogTo::Debug ( string message ) : void