com.onlineobject.objectnet Namespace

LogType Enumeration

Defines log message types.

Namespace:  com.onlineobject.objectnet.server.Utils
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public enum LogType

Members


Member nameDescription
DebugLogs that are used for investigation during development.
InfoLogs that provide general information about application flow.
WarningLogs that highlight abnormal or unexpected events in the application flow.
ErrorLogs that highlight problematic events in the application flow which will cause unexpected behavior if not planned for.