C# Class Whitelog.Core.LogScope

Inheritance: ILogScope
显示文件 Open project: ronenbarak/Whitelog Class Usage Examples

Protected Properties

Property Type Description
m_Log LogTunnel

Public Methods

Method Description
Dispose ( ) : void
LogScope ( LogTunnel log, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
LogScope ( LogTunnel log, string title, ILogScopeSyncImplementation logScopeSyncImplementation ) : System

Protected Methods

Method Description
LogScope ( LogTunnel log, OpenLogScopeTitle title, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
OnDispose ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

LogScope() public method

public LogScope ( LogTunnel log, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
log LogTunnel
logScopeSyncImplementation ILogScopeSyncImplementation
return System

LogScope() protected method

protected LogScope ( LogTunnel log, OpenLogScopeTitle title, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
log LogTunnel
title OpenLogScopeTitle
logScopeSyncImplementation ILogScopeSyncImplementation
return System

LogScope() public method

public LogScope ( LogTunnel log, string title, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
log LogTunnel
title string
logScopeSyncImplementation ILogScopeSyncImplementation
return System

OnDispose() protected method

protected OnDispose ( ) : void
return void

Property Details

m_Log protected_oe property

protected LogTunnel,Whitelog.Core m_Log
return LogTunnel