C# 클래스 WebApplications.Utilities.Logging.Loggers.FileLogger.LogFile

상속: IDisposable
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 프로퍼티들

프로퍼티 타입 설명
Start System.DateTime
Style LogFileStyle

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

LogFile ( [ fileStream, [ fileName, [ format, System.DateTime start ) : System

Initializes a new instance of the LogFile class.

비공개 메소드들

메소드 설명
FlushAsync ( CancellationToken token = default(CancellationToken) ) : Task
LogFile ( ) : System
Write ( [ log, CancellationToken token = default(CancellationToken) ) : Task
WriteLine ( [ text, CancellationToken token = default(CancellationToken) ) : Task

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

LogFile() 공개 메소드

Initializes a new instance of the LogFile class.
public LogFile ( [ fileStream, [ fileName, [ format, System.DateTime start ) : System
fileStream [ The file stream.
fileName [ Name of the file.
format [ The format.
start System.DateTime The start.
리턴 System

프로퍼티 상세

Start 공개적으로 프로퍼티

public DateTime,System Start
리턴 System.DateTime

Style 공개적으로 프로퍼티

public LogFileStyle Style
리턴 LogFileStyle