Managed Syslog Server Class Library Reference

EventLogPriorityEntry Class

app.config 構成ファイルから優先度リスト エントリを読み込みます。

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

System.Object
   EventLogPriorityEntry

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

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

EventLogPriorityEntry Members | Syslog.Config.EventLog Namespace