Enum LoggingLevel
Enumeration indicating the logging levels.
Namespace: Unify.Framework.Logging.Interfaces
Assembly: Unify.Framework.Logging.Interfaces.dll
Syntax
public enum LoggingLevel
Fields
Name | Description |
---|---|
Diagnostic | This level is for purely diagnostic information. |
Minimal | This level is the minimal logging level. |
Normal | The level is the normal logging level. |
Verbose | This level is verbose information, which would normally not be logged. |