C# Class X.Log

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: dpull/UnityUtils

Private Methods

Method Description
CleanOldLog ( ) : void
GetLogDirectory ( ) : string
HandleLog ( string logString, string stackTrace, LogType type ) : void
LogToFile ( string logString, string stackTrace, LogType type ) : void
LogToWeb ( string logString, string stackTrace, LogType type ) : void
OnDestroy ( ) : void
ProcessLogQueue ( ) : void
Start ( ) : void
StartWebLogClient ( string url ) : void
StopWebLogClient ( ) : void