LoggerExtensions.LogInformation Method
Declaring Type: LoggerExtensions
Namespace: Velopack.Logging
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Overloads
| Signature | Description | 
|---|---|
| LogInformation(IVelopackLogger, Exception, string) | |
| LogInformation(IVelopackLogger, string) | 
LogInformation(IVelopackLogger, Exception, string)
public static void LogInformation(this IVelopackLogger logger, Exception ex, string message);
Parameters
logger  IVelopackLogger
ex  Exception
message  string
LogInformation(IVelopackLogger, string)
public static void LogInformation(this IVelopackLogger logger, string message);
Parameters
logger  IVelopackLogger
message  string
Documentation generated by MdDocs