C# Class lw_common.text_reader

Inheritance: IDisposable
Afficher le fichier Open project: jtorjo/logwizard Class Usage Examples

Protected Properties

Свойство Type Description
errors_ error_list_keeper

Méthodes publiques

Méthode Description
Dispose ( ) : void
force_reload ( string reason ) : void
is_up_to_date ( ) : bool
on_dispose ( ) : void
type ( text_reader reader ) : log_type

Méthodes protégées

Méthode Description
text_reader ( log_settings_string sett ) : System

Private Methods

Méthode Description
add_error ( string err, error_list_keeper level = error_list_keeper.level_type.error ) : void
on_set_parser ( lw_common.log_parser parser ) : void
on_settings_changed ( string sett_name ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

force_reload() public méthode

public force_reload ( string reason ) : void
reason string
Résultat void

is_up_to_date() public méthode

public is_up_to_date ( ) : bool
Résultat bool

on_dispose() public méthode

public on_dispose ( ) : void
Résultat void

text_reader() protected méthode

protected text_reader ( log_settings_string sett ) : System
sett log_settings_string
Résultat System

type() public static méthode

public static type ( text_reader reader ) : log_type
reader text_reader
Résultat log_type

Property Details

errors_ protected_oe property

protected error_list_keeper,lw_common errors_
Résultat error_list_keeper