C# 클래스 Boxer.Logger

상속: ILogger
파일 보기 프로젝트 열기: JRascall/boxer

공개 메소드들

메소드 설명
Debug ( string text ) : void
Error ( string text ) : void
Information ( string text ) : void
Warning ( string text ) : void

메소드 상세

Debug() 공개 메소드

public Debug ( string text ) : void
text string
리턴 void

Error() 공개 메소드

public Error ( string text ) : void
text string
리턴 void

Information() 공개 메소드

public Information ( string text ) : void
text string
리턴 void

Warning() 공개 메소드

public Warning ( string text ) : void
text string
리턴 void