|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for UnityEngine.Logger:
Collaboration diagram for UnityEngine.Logger:Public Member Functions | |
| Logger (ILogHandler logHandler) | |
| bool | IsLogTypeAllowed (LogType logType) |
| void | Log (LogType logType, object message) |
| void | Log (LogType logType, object message, Object context) |
| void | LogError (string tag, object message) |
| void | LogException (Exception exception, Object context) |
| void | LogFormat (LogType logType, Object context, string format, params object[] args) |
Properties | |
| ILogHandler | logHandler [get, set] |
| bool | logEnabled [get, set] |
| LogType | filterLogType [get, set] |
Static Private Member Functions | |
| static string | GetString (object message) |
Private Attributes | |
| ILogHandler< logHandler > | k__BackingField |
| bool< logEnabled > | k__BackingField |
| LogType< filterLogType > | k__BackingField |