C# 클래스 FluentLog4Net.Configuration.Log4NetConfiguration

Stores the log4net settings as they are being fluently configured.
파일 보기 프로젝트 열기: awhatley/fluent-log4net 1 사용 예제들

공개 메소드들

메소드 설명
ApplyConfiguration ( ) : void

Ends fluent configuration and exports all settings to log4net.

비공개 메소드들

메소드 설명
Log4NetConfiguration ( ) : System

메소드 상세

ApplyConfiguration() 공개 메소드

Ends fluent configuration and exports all settings to log4net.
public ApplyConfiguration ( ) : void
리턴 void