C# Class FluentLog4Net.Configuration.RepositoryConfiguration

Stores the settings for the default log4net repository.
Afficher le fichier Open project: awhatley/fluent-log4net Class Usage Examples

Méthodes publiques

Méthode Description
Threshold ( log4net.Core.Level threshold ) : Log4NetConfiguration

Applies a default threshold to all loggers across the repository.

Private Methods

Méthode Description
ApplyConfigurationTo ( ILoggerRepository repository ) : void
RepositoryConfiguration ( Log4NetConfiguration log4NetConfiguration ) : log4net.Core

Method Details

Threshold() public méthode

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.
Résultat Log4NetConfiguration