C# 클래스 Infrastructure.ConsoleWindowLogger

An logger implementation which prints our loggs to the console window.
상속: ILog
파일 보기 프로젝트 열기: AdrianFreemantle/DDD

공개 메소드들

메소드 설명
ConsoleWindowLogger ( Type typeToLog ) : System
Debug ( string message ) : void
Error ( string message ) : void
Fatal ( string message ) : void
FormatMessage ( string message, Type typeToLog ) : string
Info ( string message ) : void
Verbose ( string message ) : void
Warn ( string message ) : void

비공개 메소드들

메소드 설명
Log ( ConsoleColor color, string message ) : void

메소드 상세

ConsoleWindowLogger() 공개 메소드

public ConsoleWindowLogger ( Type typeToLog ) : System
typeToLog System.Type
리턴 System

Debug() 공개 메소드

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

Error() 공개 메소드

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

Fatal() 공개 메소드

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

FormatMessage() 공개 정적인 메소드

public static FormatMessage ( string message, Type typeToLog ) : string
message string
typeToLog System.Type
리턴 string

Info() 공개 메소드

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

Verbose() 공개 메소드

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

Warn() 공개 메소드

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