C# Class lw_common.syntax_to_lw_syntax

Show file Open project: jtorjo/logwizard Class Usage Examples

Public Methods

Method Description
add_column ( int min_len, bool fixed_now, string pattern, string suffix, string lw_column ) : void
on_error ( string error ) : void
syntax_to_lw_syntax ( string syntax, string parse_type ) : System

Method Details

add_column() public method

public add_column ( int min_len, bool fixed_now, string pattern, string suffix, string lw_column ) : void
min_len int
fixed_now bool
pattern string
suffix string
lw_column string
return void

on_error() public method

public on_error ( string error ) : void
error string
return void

syntax_to_lw_syntax() public method

public syntax_to_lw_syntax ( string syntax, string parse_type ) : System
syntax string
parse_type string
return System