C# Class lw_common.error_list_keeper

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

Méthodes publiques

Méthode Description
add ( string err, level_type level = level_type.error ) : void
clear ( ) : void

Private Methods

Méthode Description
update_list ( ) : void

Method Details

add() public méthode

public add ( string err, level_type level = level_type.error ) : void
err string
level level_type
Résultat void

clear() public méthode

public clear ( ) : void
Résultat void