LogType Enumeration
Defines log message types.
Namespace:
com.onlineobject.objectnet.server.UtilsAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Members
Member name | Description | |
---|---|---|
Debug | Logs that are used for investigation during development. | |
Info | Logs that provide general information about application flow. | |
Warning | Logs that highlight abnormal or unexpected events in the application flow. | |
Error | Logs that highlight problematic events in the application flow which will cause unexpected behavior if not planned for. |