C# 클래스 Fun.DebugUtils

파일 보기 프로젝트 열기: iFunFactory/demo-kgc-2015 1 사용 예제들

공개 메소드들

메소드 설명
Log ( string message ) : void
LogError ( string message ) : void
LogWarning ( string message ) : void

비공개 메소드들

메소드 설명
Assert ( bool condition ) : void
Assert ( bool condition, string message ) : void
DebugLog ( string message ) : void
DebugLogError ( string message ) : void
DebugLogWarning ( string message ) : void

메소드 상세

Log() 공개 정적인 메소드

public static Log ( string message ) : void
message string
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( string message ) : void
message string
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( string message ) : void
message string
리턴 void