C# 클래스 Helios.Logging.StdOutLogger

ILogger implementation which writes messages out to Console.
상속: LoggingAdapter
파일 보기 프로젝트 열기: helios-io/helios

공개 메소드들

메소드 설명
StdOutLogger ( string logSource ) : System

보호된 메소드들

메소드 설명
DebugInternal ( Debug message ) : void
ErrorInternal ( Error message ) : void
InfoInternal ( Info message ) : void
WarningInternal ( Warning message ) : void

비공개 메소드들

메소드 설명
StdOutLogger ( ) : System

메소드 상세

DebugInternal() 보호된 메소드

protected DebugInternal ( Debug message ) : void
message Debug
리턴 void

ErrorInternal() 보호된 메소드

protected ErrorInternal ( Error message ) : void
message Error
리턴 void

InfoInternal() 보호된 메소드

protected InfoInternal ( Info message ) : void
message Info
리턴 void

StdOutLogger() 공개 메소드

public StdOutLogger ( string logSource ) : System
logSource string
리턴 System

WarningInternal() 보호된 메소드

protected WarningInternal ( Warning message ) : void
message Warning
리턴 void