C# Класс FluentLog4Net.ErrorHandlers.ErrorHandlerDefinitionBuilder

Helper class used to build and configure error handler definitions.
Показать файл Открыть проект

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

Метод Описание
OnlyOnce ( Action handler ) : OnlyOnceErrorHandlerDefinition

Implements log4net's default error handling policy, which consists of emitting a message for the first error in an appender and ignoring all subsequent errors.

Описание методов

OnlyOnce() публичный Метод

Implements log4net's default error handling policy, which consists of emitting a message for the first error in an appender and ignoring all subsequent errors.
public OnlyOnce ( Action handler ) : OnlyOnceErrorHandlerDefinition
handler Action
Результат OnlyOnceErrorHandlerDefinition