C# 클래스 NLog.LogFactory.LogEnabler

Enables logging in IDisposable.Dispose implementation.
상속: IDisposable
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity

공개 메소드들

메소드 설명
LogEnabler ( LogFactory factory ) : System

Initializes a new instance of the LogEnabler class.

비공개 메소드들

메소드 설명
IDisposable ( ) : void

Enables logging.

메소드 상세

LogEnabler() 공개 메소드

Initializes a new instance of the LogEnabler class.
public LogEnabler ( LogFactory factory ) : System
factory LogFactory The factory.
리턴 System