Managed Syslog Server Class Library Reference

EventLogRegexListSectionHandler Class

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

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

System.Object
   EventLogRegexListSectionHandler

[Visual Basic]
Public Class EventLogRegexListSectionHandler
Implements IConfigurationSectionHandler
[C#]
public class EventLogRegexListSectionHandler : 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

EventLogRegexListSectionHandler Members | Syslog.Config.EventLog.SectionHandler Namespace