C# 클래스 Netuitive.CollectdWin.ReadWindowsEventsPlugin

상속: ICollectdReadPlugin
파일 보기 프로젝트 열기: Netuitive/collectdwin

공개 메소드들

메소드 설명
Configure ( ) : void
Read ( ) : IList
ReadWindowsEventsPlugin ( ) : System
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
GetEventRecords ( int minLevel, int maxLevel, string logName, string providerName ) : List

메소드 상세

Configure() 공개 메소드

public Configure ( ) : void
리턴 void

Read() 공개 메소드

public Read ( ) : IList
리턴 IList

ReadWindowsEventsPlugin() 공개 메소드

public ReadWindowsEventsPlugin ( ) : System
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void