Class LoggingSystem
Inheritance
System.Object
LoggingSystem
Namespace: SF
Assembly: cs.temp.dll.dll
Syntax
public static class LoggingSystem
Fields
DoLogging
Declaration
public static bool DoLogging
Field Value
Type |
Description |
System.Boolean |
|
Methods
LogMessage(String, Object, LogType)
Declaration
[Conditional("UNITY_EDITOR")]
public static void LogMessage(string message, Object context, LogType logType = null)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Object |
context |
|
LogType |
logType |
|
LogNullObject(Object, Type, LogType)
Declaration
[Conditional("UNITY_EDITOR")]
public static void LogNullObject(Object context, Type nullObject, LogType logType = null)
Parameters
Type |
Name |
Description |
Object |
context |
|
Type |
nullObject |
|
LogType |
logType |
|