C# Class Whitelog.Core.LogScope

Inheritance: ILogScope
Afficher le fichier Open project: ronenbarak/Whitelog Class Usage Examples

Protected Properties

Свойство Type Description
m_Log LogTunnel

Méthodes publiques

Méthode Description
Dispose ( ) : void
LogScope ( LogTunnel log, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
LogScope ( LogTunnel log, string title, ILogScopeSyncImplementation logScopeSyncImplementation ) : System

Méthodes protégées

Méthode Description
LogScope ( LogTunnel log, OpenLogScopeTitle title, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
OnDispose ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LogScope() public méthode

public LogScope ( LogTunnel log, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
log LogTunnel
logScopeSyncImplementation ILogScopeSyncImplementation
Résultat System

LogScope() protected méthode

protected LogScope ( LogTunnel log, OpenLogScopeTitle title, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
log LogTunnel
title OpenLogScopeTitle
logScopeSyncImplementation ILogScopeSyncImplementation
Résultat System

LogScope() public méthode

public LogScope ( LogTunnel log, string title, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
log LogTunnel
title string
logScopeSyncImplementation ILogScopeSyncImplementation
Résultat System

OnDispose() protected méthode

protected OnDispose ( ) : void
Résultat void

Property Details

m_Log protected_oe property

protected LogTunnel,Whitelog.Core m_Log
Résultat LogTunnel