C# 클래스 FluentLog4Net.Configuration.LoggerConfiguration

Configures a logger instance.
파일 보기 프로젝트 열기: awhatley/fluent-log4net

공개 메소드들

메소드 설명
At ( log4net.Core.Level threshold ) : LoggerConfiguration

Specifies the logging level for this logger.

InheritAppenders ( bool inherit ) : LoggerConfiguration

Specifies whether to inherit appender configurations from parent loggers.

비공개 메소드들

메소드 설명
ApplyTo ( log4net.Repository.Hierarchy.Logger logger ) : void
LoggerConfiguration ( ) : System.Collections.Generic

메소드 상세

At() 공개 메소드

Specifies the logging level for this logger.
public At ( log4net.Core.Level threshold ) : LoggerConfiguration
threshold log4net.Core.Level A at which to limit logged messages.
리턴 LoggerConfiguration

InheritAppenders() 공개 메소드

Specifies whether to inherit appender configurations from parent loggers.
public InheritAppenders ( bool inherit ) : LoggerConfiguration
inherit bool Whether to inherit appenders.
리턴 LoggerConfiguration