ルーティングイベント。ルーティングフィルタを適用するためのイベントです。
The event handler receives an argument of type RoutingEventArgs containing data related to this event. The following RoutingEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Plugin | フィルタを適用する SyslogInfo を処理しているルーティング処理モジュールのインスタンス。 |
PluginID | フィルタを適用する SyslogInfo を処理しているルーティングモジュールID |
Syslog | フィルタを適用する SyslogInfo。 |
RelayFilterEvent Class | Syslog.Relay Namespace