Kit Documentation
Kit Documentation
Kit Reference
Kit
Debugger Class
Debugger Methods
Log Method
Log Method (Exception)
Log Method (IEnumerable, Boolean)
Log Method (Object, Boolean)
Log Method (String, LogType)
Log Method (String, IEnumerable, Boolean)
Log Method (String, Object, Boolean)
Log Method (String, String, LogType)
Debugger
Log Method (Object, Boolean)
Log an object.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
void
Log
(
Object
obj
,
bool
serialize
=
false
)
Request Example
View Source
Parameters
obj
Type:
System
Object
The object to log. Can be a collection or a class.
serialize
(Optional)
Type:
System
Boolean
Whether to serialize objects for display.
See Also
Reference
Debugger Class
Log Overload
Kit Namespace
Send comments on this topic to
agam@frag-games.com