Managed Syslog Server Class Library Reference

EventLogRegexEntry Class

app.config 構成ファイルから正規表現マッチエントリを読み込みます。

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

System.Object
   EventLogRegexEntry

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

Remarks

構成セクションの記述例

            <eventlog>
              <priority facility="User" severity="Notice">
                <regex source="EntryType">Info.*</regex>
              </priority>
            <eventlog>
            

Requirements

Namespace: Syslog.Config.EventLog

Assembly: mlog_lib (in mlog_lib.dll)

See Also

EventLogRegexEntry Members | Syslog.Config.EventLog Namespace