Enum LogLevel
Defines logging severity levels.
Namespace: ES.Ascom.Alpaca.Client.Logging
Assembly: ES.Ascom.Alpaca.Client.dll
Syntax
public enum LogLevel
Fields
| Name | Description |
|---|---|
| Debug | Logs that are useful during development or for debugging |
| Error | Log that describes an error in the current execution flow. |
| Fatal | Log that describes an unrecoverable application crash that requires immediate attention. |
| Information | Logs that track the general flow of the application. |
| Trace | The most detailed level |
| Warning | Log that describe an unexpected event in the current execution flow, but that do not cause the execution to stop. |