C# Class PlasticSCM.Cmdlets.ImportServerLogCommand

Inheritance: System.Management.Automation.PSCmdlet
Mostra file Open project: powercode/PSPlastic

Private Properties

Property Type Description
DateInRange bool
GetSeverity LogSeverity
GetStatusMessage string
ParseLine bool

Protected Methods

Method Description
BeginProcessing ( ) : void
ProcessRecord ( ) : void

Private Methods

Method Description
DateInRange ( string line ) : bool
GetSeverity ( string value ) : LogSeverity
GetStatusMessage ( string filename, long size ) : string
ParseLine ( string line, int lineNumber, ServerLogEntryBase &entry ) : bool

Method Details

BeginProcessing() protected method

protected BeginProcessing ( ) : void
return void

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void