Version: 2020.2

LogLevel

enumeration

切换到手册

描述

Describes different levels of log information the Package Manager supports.

变量

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.