Anotar.Custom.LogTo.Debug C# (CSharp) Method

Debug() public static method

Writes the diagnostic message at the Debug level.
public static Debug ( ) : void
return void
        public static void Debug()
        {
            throw new NotImplementedException();
        }

Same methods

LogTo::Debug ( Exception exception, Func message ) : void
LogTo::Debug ( Exception exception, string format ) : void
LogTo::Debug ( Func message ) : void
LogTo::Debug ( string message ) : void