Class LogFilterSetup
Used to specify filters that can be used to curtail noise from sources in the Akka.NET log stream.
Inheritance
LogFilterSetup
Assembly: Akka.dll
Syntax
public sealed class LogFilterSetup : Setup
Constructors
|
Improve this Doc
View Source
LogFilterSetup(LogFilterBase[])
Declaration
public LogFilterSetup(LogFilterBase[] filters)
Parameters
Properties
|
Improve this Doc
View Source
Filters
Declaration
public LogFilterBase[] Filters { get; }
Property Value
Methods
|
Improve this Doc
View Source
CreateEvaluator()
Declaration
public LogFilterEvaluator CreateEvaluator()
Returns
Extension Methods