Click or drag to resize

DebuggerLog Method (String, IEnumerable, Boolean)

Log a collection.

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

Parameters

category
Type: SystemString
Category of the log.
enumerable
Type: System.CollectionsIEnumerable
The collection to log.
serialize (Optional)
Type: SystemBoolean
Whether to serialize the objects for display.
See Also