Managed Syslog Server Class Library Reference

EventLogPriorityListSectionHandler Class

App.config 構成セクションのエレメントを読み取りEventLogPriorityEntry の配列を ArrayList として返します。

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

System.Object
   EventLogPriorityListSectionHandler

[Visual Basic]
Public Class EventLogPriorityListSectionHandler
Implements IConfigurationSectionHandler
[C#]
public class EventLogPriorityListSectionHandler : IConfigurationSectionHandler

Remarks

構成セクションの記述例

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

Requirements

Namespace: Syslog.Config.EventLog.SectionHandler

Assembly: mlog_lib (in mlog_lib.dll)

See Also

EventLogPriorityListSectionHandler Members | Syslog.Config.EventLog.SectionHandler Namespace