Skip to main content

LoggerExtensions Class

Namespace: Velopack.Logging
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e

[NullableContext(1)]
[Nullable(0)]
[ExcludeFromCodeCoverage]
public static class LoggerExtensions

Inheritance: object → LoggerExtensions

Attributes: NullableContextAttribute,NullableAttribute,ExcludeFromCodeCoverageAttribute

Methods

NameDescription
Debug(IVelopackLogger, Exception)
Debug(IVelopackLogger, Exception, string)
Debug(IVelopackLogger, string)
Error(IVelopackLogger, Exception)
Error(IVelopackLogger, Exception, string)
Error(IVelopackLogger, string)
Fatal(IVelopackLogger, Exception)
Fatal(IVelopackLogger, Exception, string)
Fatal(IVelopackLogger, string)
Info(IVelopackLogger, Exception)
Info(IVelopackLogger, Exception, string)
Info(IVelopackLogger, string)
Log(IVelopackLogger, VelopackLogLevel, string)
LogCritical(IVelopackLogger, Exception, string)
LogCritical(IVelopackLogger, string)
LogDebug(IVelopackLogger, Exception, string)
LogDebug(IVelopackLogger, string)
LogError(IVelopackLogger, Exception, string)
LogError(IVelopackLogger, string)
LogInformation(IVelopackLogger, Exception, string)
LogInformation(IVelopackLogger, string)
LogTrace(IVelopackLogger, Exception, string)
LogTrace(IVelopackLogger, string)
LogWarning(IVelopackLogger, Exception, string)
LogWarning(IVelopackLogger, string)
Trace(IVelopackLogger, Exception)
Trace(IVelopackLogger, Exception, string)
Trace(IVelopackLogger, string)
Warn(IVelopackLogger, Exception)
Warn(IVelopackLogger, Exception, string)
Warn(IVelopackLogger, string)

Documentation generated by MdDocs