C# Class POL.Log_Parser.LogParser

Mostra file Open project: polserver/poltools Class Usage Examples

Public Properties

Property Type Description
Results System.Collections.ArrayList

Public Methods

Method Description
Parse ( ) : bool
Save ( ) : bool
buildParseTextBox ( ) : string

Private Methods

Method Description
AddMatch ( string Keyword, string LogLine ) : void

Method Details

Parse() public static method

public static Parse ( ) : bool
return bool

Save() public static method

public static Save ( ) : bool
return bool

buildParseTextBox() public static method

public static buildParseTextBox ( ) : string
return string

Property Details

Results public_oe static_oe property

public static ArrayList,System.Collections Results
return System.Collections.ArrayList