C# 클래스 BuildIt.BasicDebugLogger

상속: ILogService
파일 보기 프로젝트 열기: builttoroam/BuildIt

공개 메소드들

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

메소드 상세

Debug() 공개 메소드

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

Exception() 공개 메소드

public Exception ( string message, Exception ex ) : void
message string
ex System.Exception
리턴 void