com.onlineobject.objectnet Namespace

NetworkDebugger..::..LogDebug Method

Logs a debug message to the console if console logging is enabled.

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

Syntax


public static void LogDebug(

	string text,

	params string[] arguments

)

Parameters

text
Type: String
The text to log.
arguments
Type: array<String>[]()[][]
Optional arguments to format the text.