com.onlineobject.objectnet Namespace

EmbeddedLogger..::..EnableLoggingFor Method

Enables logging for messages of the given LogType.

Namespace:  com.onlineobject.objectnet.server.Utils
Assembly:  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.