Anotar.Serilog.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 ( Exception exception, string messageTemplate ) : void
LogTo::Fatal ( string messageTemplate ) : void