C# 클래스 UberDebug, UberLogger

파일 보기 프로젝트 열기: bbbscarter/UberLogger 1 사용 예제들

비공개 메소드들

메소드 설명
Log ( UnityEngine context, string message ) : void
Log ( string message ) : void
LogChannel ( UnityEngine context, string channel, string message ) : void
LogChannel ( string channel, string message ) : void
LogError ( UnityEngine context, object message ) : void
LogError ( object message ) : void
LogErrorChannel ( UnityEngine context, string channel, string message ) : void
LogErrorChannel ( string channel, string message ) : void
LogWarning ( UnityEngine context, object message ) : void
LogWarning ( object message ) : void
LogWarningChannel ( UnityEngine context, string channel, string message ) : void
LogWarningChannel ( string channel, string message ) : void
UnityLog ( object message ) : void
UnityLogError ( object message ) : void
UnityLogWarning ( object message ) : void