C# Class FluentLog4Net.Configuration.RepositoryConfiguration

Stores the settings for the default log4net repository.
Mostrar archivo Open project: awhatley/fluent-log4net Class Usage Examples

Public Methods

Method Description
Threshold ( log4net.Core.Level threshold ) : Log4NetConfiguration

Applies a default threshold to all loggers across the repository.

Private Methods

Method Description
ApplyConfigurationTo ( ILoggerRepository repository ) : void
RepositoryConfiguration ( Log4NetConfiguration log4NetConfiguration ) : log4net.Core

Method Details

Threshold() public method

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