C# Class Serilog.Core.Sinks.FilteringSink

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

Méthodes publiques

Méthode Description
Emit ( LogEvent logEvent ) : void
FilteringSink ( ILogEventSink sink, IEnumerable filters, bool propagateExceptions ) : System

Method Details

Emit() public méthode

public Emit ( LogEvent logEvent ) : void
logEvent Serilog.Events.LogEvent
Résultat void

FilteringSink() public méthode

public FilteringSink ( ILogEventSink sink, IEnumerable filters, bool propagateExceptions ) : System
sink ILogEventSink
filters IEnumerable
propagateExceptions bool
Résultat System