C# Class PlasticSCM.Cmdlets.ImportServerLogCommand

Inheritance: System.Management.Automation.PSCmdlet
Afficher le fichier Open project: powercode/PSPlastic

Private Properties

Свойство Type Description
DateInRange bool
GetSeverity LogSeverity
GetStatusMessage string
ParseLine bool

Méthodes protégées

Méthode Description
BeginProcessing ( ) : void
ProcessRecord ( ) : void

Private Methods

Méthode 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 méthode

protected BeginProcessing ( ) : void
Résultat void

ProcessRecord() protected méthode

protected ProcessRecord ( ) : void
Résultat void