Skip to main content

LoggerExtensions.Info Method

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

Overloads

SignatureDescription
Info(IVelopackLogger, Exception)
Info(IVelopackLogger, Exception, string)
Info(IVelopackLogger, string)

Info(IVelopackLogger, Exception)

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

Parameters

logger IVelopackLogger

ex Exception

Info(IVelopackLogger, Exception, string)

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

Parameters

logger IVelopackLogger

ex Exception

message string

Info(IVelopackLogger, string)

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

Parameters

logger IVelopackLogger

message string


Documentation generated by MdDocs