C# 클래스 Batch.Internal.Logger

파일 보기 프로젝트 열기: BatchLabs/unity-plugin

공개 메소드들

메소드 설명
Error ( bool debug, string method, Exception exception ) : void
Error ( bool debug, string method, string message ) : void
Log ( bool debug, string method, Exception exception ) : void
Log ( bool debug, string method, string message ) : void

메소드 상세

Error() 공개 정적인 메소드

public static Error ( bool debug, string method, Exception exception ) : void
debug bool
method string
exception System.Exception
리턴 void

Error() 공개 정적인 메소드

public static Error ( bool debug, string method, string message ) : void
debug bool
method string
message string
리턴 void

Log() 공개 정적인 메소드

public static Log ( bool debug, string method, Exception exception ) : void
debug bool
method string
exception System.Exception
리턴 void

Log() 공개 정적인 메소드

public static Log ( bool debug, string method, string message ) : void
debug bool
method string
message string
리턴 void