com.onlineobject.objectnet Namespace

NetworkDebugger..::..LogWarning Method

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

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

Syntax


public static void LogWarning(

	string text,

	params string[] arguments

)

Parameters

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