C# 클래스 GotoUdon.Utils.GotoLog

파일 보기 프로젝트 열기: GotoFinal/GotoUdon

공개 메소드들

메소드 설명
Assert ( string message ) : void
Error ( string message ) : void
Exception ( string message, Exception exception ) : void
Log ( string message ) : void
Warn ( string message ) : void

메소드 상세

Assert() 공개 정적인 메소드

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

Error() 공개 정적인 메소드

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

Exception() 공개 정적인 메소드

public static Exception ( string message, Exception exception ) : void
message string
exception Exception
리턴 void

Log() 공개 정적인 메소드

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

Warn() 공개 정적인 메소드

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