C# 클래스 FluentLog4Net.Configuration.RepositoryConfiguration

Stores the settings for the default log4net repository.
파일 보기 프로젝트 열기: awhatley/fluent-log4net 1 사용 예제들

공개 메소드들

메소드 설명
Threshold ( log4net.Core.Level threshold ) : Log4NetConfiguration

Applies a default threshold to all loggers across the repository.

비공개 메소드들

메소드 설명
ApplyConfigurationTo ( ILoggerRepository repository ) : void
RepositoryConfiguration ( Log4NetConfiguration log4NetConfiguration ) : log4net.Core

메소드 상세

Threshold() 공개 메소드

Applies a default threshold to all loggers across the repository.
public Threshold ( log4net.Core.Level threshold ) : Log4NetConfiguration
threshold log4net.Core.Level A at which to limit logged messages.
리턴 Log4NetConfiguration