C# 클래스 StatLight.Core.Common.Logging.ConsoleLogger

상속: LoggerBase
파일 보기 프로젝트 열기: staxmanade/StatLight

공개 메소드들

메소드 설명
ConsoleLogger ( ) : System
ConsoleLogger ( LogChatterLevels logChatterLevel ) : System
ConsoleLogger ( LogChatterLevels logChatterLevel, Settings settings ) : System
Debug ( string message ) : void
Debug ( string message, bool writeNewLine ) : void
Error ( string message ) : void
Information ( string message ) : void
Warning ( string message ) : void

비공개 메소드들

메소드 설명
WrapMessageWithColor ( string message, ConsoleColor color, bool useNewLine ) : void

메소드 상세

ConsoleLogger() 공개 메소드

public ConsoleLogger ( ) : System
리턴 System

ConsoleLogger() 공개 메소드

public ConsoleLogger ( LogChatterLevels logChatterLevel ) : System
logChatterLevel LogChatterLevels
리턴 System

ConsoleLogger() 공개 메소드

public ConsoleLogger ( LogChatterLevels logChatterLevel, Settings settings ) : System
logChatterLevel LogChatterLevels
settings StatLight.Core.Properties.Settings
리턴 System

Debug() 공개 메소드

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

Debug() 공개 메소드

public Debug ( string message, bool writeNewLine ) : void
message string
writeNewLine bool
리턴 void

Error() 공개 메소드

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

Information() 공개 메소드

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

Warning() 공개 메소드

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