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 |
|
| System.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 |
| System.Object |
context |
|
| System.Type |
nullObject |
|
| LogType |
logType |
|