C# 클래스 ModestTree.Log

파일 보기 프로젝트 열기: genki-tx/UnitySimpleCleanArchitecture

공개 메소드들

메소드 설명
Error ( string message ) : void
ErrorException ( Exception e ) : void
ErrorException ( string message, Exception e ) : void
Info ( string message ) : void
Trace ( string message ) : void
Warn ( string message ) : void

비공개 메소드들

메소드 설명
Debug ( string message ) : void

메소드 상세

Error() 공개 정적인 메소드

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

ErrorException() 공개 정적인 메소드

public static ErrorException ( Exception e ) : void
e Exception
리턴 void

ErrorException() 공개 정적인 메소드

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

Info() 공개 정적인 메소드

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

Trace() 공개 정적인 메소드

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

Warn() 공개 정적인 메소드

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