Enum LogLevel
Possible values of log levels
Namespace: BuildSystem.Logging
Assembly: BuildSystem.Logging.dll
Syntax
public enum LogLevel
Fields
Name | Description |
---|---|
debug | Most detailed message |
error | error message |
head | Head information to show in common use |
info | Message, which can be useful for common user, if something doesn't work |
verbose | Message, if build system has self critical errors |
warning | warning message |