Skip to main content

LoggerExtensions.Debug Method

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

Overloads

SignatureDescription
Debug(IVelopackLogger, Exception)
Debug(IVelopackLogger, Exception, string)
Debug(IVelopackLogger, string)

Debug(IVelopackLogger, Exception)

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

Parameters

logger IVelopackLogger

ex Exception

Debug(IVelopackLogger, Exception, string)

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

Parameters

logger IVelopackLogger

ex Exception

message string

Debug(IVelopackLogger, string)

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

Parameters

logger IVelopackLogger

message string


Documentation generated by MdDocs