Anotar.NServiceBus.LogTo.Fatal C# (CSharp) Method

Fatal() public static method

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

Same methods

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