Click or drag to resize

LogSetTimestamps Method

True to add timestamps to logs, otherwise false

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.Log (in ImmerseSDK.Log.dll) Version: 3.5.0.0 (3.5.0.0)
Syntax
C#
public static void SetTimestamps(
	bool shouldAddTimestamps,
	bool shouldAddTimezone
)

Parameters

shouldAddTimestamps
Type: SystemBoolean
shouldAddTimezone
Type: SystemBoolean
See Also