C# Class Serilog.Core.Filters.DelegateFilter

Inheritance: ILogEventFilter
ファイルを表示 Open project: serilog/serilog

Public Methods

Method Description
DelegateFilter ( bool>.Func isEnabled ) : System
IsEnabled ( LogEvent logEvent ) : bool

Method Details

DelegateFilter() public method

public DelegateFilter ( bool>.Func isEnabled ) : System
isEnabled bool>.Func
return System

IsEnabled() public method

public IsEnabled ( LogEvent logEvent ) : bool
logEvent Serilog.Events.LogEvent
return bool