C# Class UnityEngine.DebugLogHandler

Inheritance: ILogHandler
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
LogException ( Exception exception, UnityEngine context ) : void
LogFormat ( LogType logType, UnityEngine context, string format ) : void

Private Methods

Method Description
Internal_Log ( LogType level, string msg, [ obj ) : void
Internal_LogException ( Exception exception, [ obj ) : void

Method Details

LogException() public method

public LogException ( Exception exception, UnityEngine context ) : void
exception System.Exception
context UnityEngine
return void

LogFormat() public method

public LogFormat ( LogType logType, UnityEngine context, string format ) : void
logType LogType
context UnityEngine
format string
return void