Anotar.CommonLogging.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