Skip to main content

VelopackLogLevel Enum

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

public enum VelopackLogLevel
{
Trace = 0,
Debug = 1,
Information = 2,
Warning = 3,
Error = 4,
Critical = 5
}

Inheritance: object → ValueType → Enum → VelopackLogLevel

Fields

NameDescription
Critical
Debug
Error
Information
Trace
Warning

Documentation generated by MdDocs