Enum Level
Defines the different logging levels
Namespace: ImageVault.Common.Lib.Logging
Assembly: ImageVault.Common.dll
Syntax
[Flags]
public enum Level
Fields
Name | Description |
---|---|
All | Logs all data |
Critical | Critical logging errors. Less verbose than Error. |
Debug | Less verbose than Verbose. Contains debugging messages |
Error | This level defines a logged error. Less verbose than Warn. |
Info | Informational information, less verbose than Debug |
Verbose | Verbose logging is the most talkative level. Shows all logging messages. |
Warn | A warning defines a logging message that is less verbose than Info. |