C# Class lw_common.error_list_keeper

Mostrar archivo Open project: jtorjo/logwizard Class Usage Examples

Public Methods

Method Description
add ( string err, level_type level = level_type.error ) : void
clear ( ) : void

Private Methods

Method Description
update_list ( ) : void

Method Details

add() public method

public add ( string err, level_type level = level_type.error ) : void
err string
level level_type
return void

clear() public method

public clear ( ) : void
return void