C# 클래스 Candidate.Core.Logger.ConsoleLogger

상속: ILogger
파일 보기 프로젝트 열기: alexbeletsky/candidate

공개 메소드들

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

메소드 상세

Debug() 공개 메소드

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

Info() 공개 메소드

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

Success() 공개 메소드

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

Warning() 공개 메소드

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