Anotar.NServiceBus.LogTo.Fatal C# (CSharp) 메소드

Fatal() 공개 정적인 메소드

Writes the diagnostic message at the Fatal level.
public static Fatal ( ) : void
리턴 void
        public static void Fatal()
        {
            throw new NotImplementedException();
        }

Same methods

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