Skip to main content

NullVelopackLogger class

Namespace: Velopack.Logging

public class NullVelopackLogger : IVelopackLogger

Implements: IVelopackLogger

Constructors

ConstructorSummary
NullVelopackLogger

NullVelopackLogger()

public NullVelopackLogger()

Methods

MethodSummary
Log

Log(logLevel, message, exception)

public void Log(VelopackLogLevel logLevel, string? message, Exception? exception)

Parameters

NameTypeDescription
logLevelVelopackLogLevel
messagestring
exceptionException

Fields

FieldSummary
Instance

Instance

public static readonly NullVelopackLogger Instance

Generated from Velopack 1.1.1