Click or drag to resize

LogError Method (String, String, Object)

Write a log line at the given level

Namespace:  ImmerseSDK
Assembly:  ImmerseSDK.App (in ImmerseSDK.App.dll) Version: 3.9.0.0 (3.9.0.0)
Syntax
C#
public static void Error(
	string title,
	string format,
	params Object[] args
)

Parameters

title
Type: SystemString
format
Type: SystemString
args
Type: SystemObject
See Also