C# 클래스 UnityEngine.DebugLogHandler

상속: ILogHandler
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
LogException ( Exception exception, UnityEngine context ) : void
LogFormat ( LogType logType, UnityEngine context, string format ) : void

비공개 메소드들

메소드 설명
Internal_Log ( LogType level, string msg, [ obj ) : void
Internal_LogException ( Exception exception, [ obj ) : void

메소드 상세

LogException() 공개 메소드

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

LogFormat() 공개 메소드

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