Click or drag to resize

DebuggerLog Method (String, Object, Boolean)

Log an object.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void Log(
	string category,
	Object obj,
	bool serialize = false
)
Request Example View Source

Parameters

category
Type: SystemString
Category of the log.
obj
Type: SystemObject
The object to log. Can be a collection or a class.
serialize (Optional)
Type: SystemBoolean
Whether to serialize objects for display.
See Also