Property | Type | Description | |
---|---|---|---|
ID | System.Guid |
Method | Description | |
---|---|---|
AttachToTunnelLog ( LogTunnel logTunnel ) : void | ||
ContinuesBinaryFileLogger ( IStreamProvider streamProvider, ISubmitLogEntryFactory submitLogEntryFactory, IBufferAllocatorFactory bufferAllocatorFactory ) : System | ||
DetachTunnelLog ( LogTunnel logTunnel ) : void | ||
Dispose ( ) : void | ||
RegisterDefinition ( IBinaryPackageDefinition packageDefinition ) : void | ||
WaitForIdle ( ) : void |
Method | Description | |
---|---|---|
OnNewfileCreated ( |
public AttachToTunnelLog ( LogTunnel logTunnel ) : void | ||
logTunnel | LogTunnel | |
return | void |
public ContinuesBinaryFileLogger ( IStreamProvider streamProvider, ISubmitLogEntryFactory submitLogEntryFactory, IBufferAllocatorFactory bufferAllocatorFactory ) : System | ||
streamProvider | IStreamProvider | |
submitLogEntryFactory | ISubmitLogEntryFactory | |
bufferAllocatorFactory | IBufferAllocatorFactory | |
return | System |
public DetachTunnelLog ( LogTunnel logTunnel ) : void | ||
logTunnel | LogTunnel | |
return | void |
public RegisterDefinition ( IBinaryPackageDefinition packageDefinition ) : void | ||
packageDefinition | IBinaryPackageDefinition | |
return | void |