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

Configures a logger instance.
Показать файл Открыть проект

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

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