Managed Syslog Server Class Library Reference

ErrorPacketRule Class

app.config 設定ファイルから不正なパケットの処理方法を取得します

For a list of all members of this type, see ErrorPacketRule Members.

System.Object
   ErrorPacketRule

[Visual Basic]
Public Class ErrorPacketRule
[C#]
public class ErrorPacketRule

Example

構成ファイル設定例。

<errorPacket rule="ignore|drop|reject" />
属性名設定値
ingore不正なパケットの処理をそのまま続けます。
drop不正なパケットを破棄します。
reject不正なパケットは破棄しそのログを送信します。

Requirements

Namespace: Syslog.Config

Assembly: mlog_lib (in mlog_lib.dll)

See Also

ErrorPacketRule Members | Syslog.Config Namespace