C# 클래스 Whitelog.Core.LogScope

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_Log LogTunnel

공개 메소드들

메소드 설명
Dispose ( ) : void
LogScope ( LogTunnel log, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
LogScope ( LogTunnel log, string title, ILogScopeSyncImplementation logScopeSyncImplementation ) : System

보호된 메소드들

메소드 설명
LogScope ( LogTunnel log, OpenLogScopeTitle title, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
OnDispose ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LogScope() 공개 메소드

public LogScope ( LogTunnel log, ILogScopeSyncImplementation logScopeSyncImplementation ) : System
log LogTunnel
logScopeSyncImplementation ILogScopeSyncImplementation
리턴 System

LogScope() 보호된 메소드

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

LogScope() 공개 메소드

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

OnDispose() 보호된 메소드

protected OnDispose ( ) : void
리턴 void

프로퍼티 상세

m_Log 보호되어 있는 프로퍼티

protected LogTunnel,Whitelog.Core m_Log
리턴 LogTunnel