C# 클래스 HappyFunTimes.HFTLogger

파일 보기 프로젝트 열기: greggman/hft-unity-gamepad 1 사용 예제들

공개 메소드들

메소드 설명
Error ( System ex ) : void
Error ( string s ) : void
Log ( string s ) : void
Warn ( string s ) : void

메소드 상세

Error() 공개 정적인 메소드

public static Error ( System ex ) : void
ex System
리턴 void

Error() 공개 정적인 메소드

public static Error ( string s ) : void
s string
리턴 void

Log() 공개 정적인 메소드

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

Warn() 공개 정적인 메소드

public static Warn ( string s ) : void
s string
리턴 void