Skip to main content

LoggerExtensions.Fatal Method

Declaring Type: LoggerExtensions
Namespace: Velopack.Logging
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e

Overloads

SignatureDescription
Fatal(IVelopackLogger, Exception)
Fatal(IVelopackLogger, Exception, string)
Fatal(IVelopackLogger, string)

Fatal(IVelopackLogger, Exception)

public static void Fatal(this IVelopackLogger logger, Exception ex);

Parameters

logger IVelopackLogger

ex Exception

Fatal(IVelopackLogger, Exception, string)

public static void Fatal(this IVelopackLogger logger, Exception ex, string message);

Parameters

logger IVelopackLogger

ex Exception

message string

Fatal(IVelopackLogger, string)

public static void Fatal(this IVelopackLogger logger, string message);

Parameters

logger IVelopackLogger

message string


Documentation generated by MdDocs