Delegate MessageFilterHandler
Delegate for message filtering
Namespace: NFX.Log.Destinations
Assembly: NFX.dll
Syntax
public delegate bool MessageFilterHandler(Destination destination, Message msg);
Parameters
Type | Name | Description |
---|---|---|
Destination | destination | |
Message | msg |
Returns
Type | Description |
---|---|
System.Boolean |