C# Класс FluentLog4Net.Configuration.RepositoryConfiguration

Stores the settings for the default log4net repository.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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