Skip to main content

LoggerExtensions.Error Method

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

Overloads

SignatureDescription
Error(IVelopackLogger, Exception)
Error(IVelopackLogger, Exception, string)
Error(IVelopackLogger, string)

Error(IVelopackLogger, Exception)

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

Parameters

logger IVelopackLogger

ex Exception

Error(IVelopackLogger, Exception, string)

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

Parameters

logger IVelopackLogger

ex Exception

message string

Error(IVelopackLogger, string)

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

Parameters

logger IVelopackLogger

message string


Documentation generated by MdDocs