LogLevel

enumeration

Cambiar al Manual

Descripción

Describes different levels of log information the Package Manager supports.

Variables

ErrorOnly unexpected errors and failures are logged.
WarnAbnormal situations that may result in problems are reported, in addition to anything from the LogLevel.Error level.
InfoHigh-level informational messages are reported, in addition to anything from the LogLevel.Warn level.
VerboseDetailed informational messages are reported, in addition to anything from the LogLevel.Info level.
DebugDebugging messages are reported, in addition to anything from the LogLevel.Verbose level.
SillyExtremely detailed messages are reported, in addition to anything from the LogLevel.Debug level.