C# 클래스 SharpLogger.LogWrite.LogFileWriter

상속: ILogWriter
파일 보기 프로젝트 열기: repinvv/SharpLogger

공개 메소드들

메소드 설명
Flush ( ) : void
GetTimeout ( ) : int
LogFileWriter ( ILogConstructor constructor, IOptions options ) : System
Write ( LogItem message ) : void

비공개 메소드들

메소드 설명
Rotate ( ) : void

메소드 상세

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

GetTimeout() 공개 메소드

public GetTimeout ( ) : int
리턴 int

LogFileWriter() 공개 메소드

public LogFileWriter ( ILogConstructor constructor, IOptions options ) : System
constructor ILogConstructor
options IOptions
리턴 System

Write() 공개 메소드

public Write ( LogItem message ) : void
message LogItem
리턴 void