C# Class Senseix.Logger

Inheritance: UnityEngine.MonoBehaviour
Mostrar archivo Open project: senseix/thinksy_unity_plugin

Public Methods

Method Description
BasicLog ( string extraLog ) : void
GetCurrentLog ( ) : string

Private Methods

Method Description
GetLogPath ( ) : string
HandleLog ( string logString, string stackTrace, LogType type ) : void
LogText ( string logString ) : void
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void

Method Details

BasicLog() public static method

public static BasicLog ( string extraLog ) : void
extraLog string
return void

GetCurrentLog() public static method

public static GetCurrentLog ( ) : string
return string