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 (String, String, LogType)
Log a line.
Namespace:
Kit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
static
void
Log
(
string
category
,
string
line
,
LogType
type
=
LogType
.Log )
Request Example
View Source
Parameters
category
Type:
System
String
Category of the log.
line
Type:
System
String
The line to log.
type
(Optional)
Type:
LogType
Type of log.
See Also
Reference
Debugger Class
Log Overload
Kit Namespace
Send comments on this topic to
agam@frag-games.com