C# Class FluentLog4Net.Configuration.LoggerConfiguration

Configures a logger instance.
Mostrar archivo Open project: awhatley/fluent-log4net

Public Methods

Method Description
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.

Private Methods

Method Description
ApplyTo ( log4net.Repository.Hierarchy.Logger logger ) : void
LoggerConfiguration ( ) : System.Collections.Generic

Method Details

At() public method

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.
return LoggerConfiguration

InheritAppenders() public method

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