C# 클래스 Whitelog.Core.Loggers.Binary.ContinuesBinaryFileLogger

상속: ILogger, IDisposable
파일 보기 프로젝트 열기: ronenbarak/Whitelog 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ID System.Guid

공개 메소드들

메소드 설명
AttachToTunnelLog ( LogTunnel logTunnel ) : void
ContinuesBinaryFileLogger ( IStreamProvider streamProvider, ISubmitLogEntryFactory submitLogEntryFactory, IBufferAllocatorFactory bufferAllocatorFactory ) : System
DetachTunnelLog ( LogTunnel logTunnel ) : void
Dispose ( ) : void
RegisterDefinition ( IBinaryPackageDefinition packageDefinition ) : void
WaitForIdle ( ) : void

비공개 메소드들

메소드 설명
OnNewfileCreated ( ExpendableListWriter expendableListWriter, Stream stream ) : void

메소드 상세

AttachToTunnelLog() 공개 메소드

public AttachToTunnelLog ( LogTunnel logTunnel ) : void
logTunnel LogTunnel
리턴 void

ContinuesBinaryFileLogger() 공개 메소드

public ContinuesBinaryFileLogger ( IStreamProvider streamProvider, ISubmitLogEntryFactory submitLogEntryFactory, IBufferAllocatorFactory bufferAllocatorFactory ) : System
streamProvider IStreamProvider
submitLogEntryFactory ISubmitLogEntryFactory
bufferAllocatorFactory IBufferAllocatorFactory
리턴 System

DetachTunnelLog() 공개 메소드

public DetachTunnelLog ( LogTunnel logTunnel ) : void
logTunnel LogTunnel
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

RegisterDefinition() 공개 메소드

public RegisterDefinition ( IBinaryPackageDefinition packageDefinition ) : void
packageDefinition IBinaryPackageDefinition
리턴 void

WaitForIdle() 공개 메소드

public WaitForIdle ( ) : void
리턴 void

프로퍼티 상세

ID 공개적으로 정적으로 프로퍼티

public static Guid,System ID
리턴 System.Guid