C# 클래스 SharpLog.Desktop.ConsoleLogger

상속: SynchronousFormattableLogger
파일 보기 프로젝트 열기: prasannavl/SharpLog

공개 메소드들

메소드 설명
ConsoleLogger ( ) : System
ConsoleLogger ( bool isSynchronized ) : System
Format ( string text, LogLevel level, string callerName ) : string
SetSynchronizationMode ( bool isSynchronized ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Execute ( LogLevel level, string text, string callerName ) : void
WriteToConsole ( string text ) : void
WriteToConsoleSynchronized ( string text ) : void

메소드 상세

ConsoleLogger() 공개 메소드

public ConsoleLogger ( ) : System
리턴 System

ConsoleLogger() 공개 메소드

public ConsoleLogger ( bool isSynchronized ) : System
isSynchronized bool
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Execute() 보호된 메소드

protected Execute ( LogLevel level, string text, string callerName ) : void
level LogLevel
text string
callerName string
리턴 void

Format() 공개 메소드

public Format ( string text, LogLevel level, string callerName ) : string
text string
level LogLevel
callerName string
리턴 string

SetSynchronizationMode() 공개 메소드

public SetSynchronizationMode ( bool isSynchronized ) : void
isSynchronized bool
리턴 void

WriteToConsole() 보호된 메소드

protected WriteToConsole ( string text ) : void
text string
리턴 void

WriteToConsoleSynchronized() 보호된 메소드

protected WriteToConsoleSynchronized ( string text ) : void
text string
리턴 void