C# Class HandleLog, NGTools

Handle log messages callbacks for NG.Assert and NG.Debug Use this script as the bridge between NGAssertDebug and NGDebugConsole Make any custom settings and assign callbacks here.
Inheritance: MonoBehaviour
Mostrar archivo Open project: Naphier/NGTools Class Usage Examples

Public Methods

Method Description
ClearAssertDebugLogMessageLists ( ) : void
HandleLogCallback ( string logString, string stackTrace, LogType type ) : void
OnEnable ( ) : void
Update ( ) : void

Method Details

ClearAssertDebugLogMessageLists() public method

public ClearAssertDebugLogMessageLists ( ) : void
return void

HandleLogCallback() public method

public HandleLogCallback ( string logString, string stackTrace, LogType type ) : void
logString string
stackTrace string
type LogType
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Update() public method

public Update ( ) : void
return void