C# Class Serilog.Core.Filters.DelegateFilter

Inheritance: ILogEventFilter
Afficher le fichier Open project: serilog/serilog

Méthodes publiques

Méthode Description
DelegateFilter ( bool>.Func isEnabled ) : System
IsEnabled ( LogEvent logEvent ) : bool

Method Details

DelegateFilter() public méthode

public DelegateFilter ( bool>.Func isEnabled ) : System
isEnabled bool>.Func
Résultat System

IsEnabled() public méthode

public IsEnabled ( LogEvent logEvent ) : bool
logEvent Serilog.Events.LogEvent
Résultat bool