ICLogtype
This class exposes the enumeration data with the type of logs that will be logged.
Value | Description |
---|---|
None | No log will be displayed or recorded. |
Debug | A large number of logs will be logged to help debug. |
Production | Logs will be kept at a minimum level. |
Updated about 3 years ago