Click or drag to resize

DebuggerLog Method (String, LogType)

Log a line.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static void Log(
	string line,
	LogType type = LogType.Log
)
Request Example View Source

Parameters

line
Type: SystemString
The line to log.
type (Optional)
Type: LogType
Type of log.
See Also