LogLevel
Namespace: DataFlow.Utilities
Defines log message levels.
public enum LogLevel
Inheritance Object → ValueType → Enum → LogLevel
Implements IComparable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Debug | 0 | Logs that are used for investigation during development. |
| Information | 1 | Logs that provide general information about application flow. |
| Warning | 2 | Logs that highlight abnormal or unexpected events in the application flow. |
| Error | 3 | Logs that highlight problematic events in the application flow. |