LLamaLogLevel
Namespace: LLama.Native
Severity level of a log message
1 | |
Inheritance Object → ValueType → Enum → LLamaLogLevel
Implements IComparable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Error | 2 | Logs that highlight when the current flow of execution is stopped due to a failure. |
| Warning | 3 | Logs that highlight an abnormal or unexpected event in the application flow, but do not otherwise cause the application execution to stop. |
| Info | 4 | Logs that track the general flow of the application. |
| Debug | 5 | Logs that are used for interactive investigation during development. |