EmbeddedLogger..::..EnableLoggingFor Method
Enables logging for messages of the given LogType.
Namespace:
com.onlineobject.objectnet.server.UtilsAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public static void EnableLoggingFor( LogType logType, EmbeddedLogger..::..LogMethod logMethod )
Parameters
- logType
- Type: com.onlineobject.objectnet.server.Utils..::..LogType
The type of message to enable logging for.
- logMethod
- Type: com.onlineobject.objectnet.server.Utils..::..EmbeddedLogger..::..LogMethod
The method to use when logging this type of message.