Click or drag to resize

LogTrace Method (Object, 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 Trace(
	UnityEngine.Object context,
	string title,
	string format,
	params Object[] args
)

Parameters

context
Type: UnityEngine.Object
title
Type: SystemString
format
Type: SystemString
args
Type: SystemObject
See Also