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