Enum LogLevel
Logging levels. A production build of the client library will not issue debug level logging.
Namespace: Westpay.Epas
Assembly: EpasClientLibrary.dll
Syntax
public enum LogLevel
Fields
| Name | Description |
|---|---|
| Debug | Log level for debug updates, indicating useful information to clients in the development phase |
| Error | Log level for error updates, indicating some fault or unexpected behaviour |
| Status | Log level for status updates, indicating significant or relevant pieces of information |