Version: 2021.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.