C# 클래스 PlasticSCM.Cmdlets.ImportServerLogCommand

상속: System.Management.Automation.PSCmdlet
파일 보기 프로젝트 열기: powercode/PSPlastic

Private Properties

프로퍼티 타입 설명
DateInRange bool
GetSeverity LogSeverity
GetStatusMessage string
ParseLine bool

보호된 메소드들

메소드 설명
BeginProcessing ( ) : void
ProcessRecord ( ) : void

비공개 메소드들

메소드 설명
DateInRange ( string line ) : bool
GetSeverity ( string value ) : LogSeverity
GetStatusMessage ( string filename, long size ) : string
ParseLine ( string line, int lineNumber, ServerLogEntryBase &entry ) : bool

메소드 상세

BeginProcessing() 보호된 메소드

protected BeginProcessing ( ) : void
리턴 void

ProcessRecord() 보호된 메소드

protected ProcessRecord ( ) : void
리턴 void