C# Class AutoWikiBrowser.Logging.MyTrace

Logging manager
Inheritance: WikiFunctions.Logging.TraceManager, IAWBTraceListener
Afficher le fichier Open project: reedy/AutoWikiBrowser

Private Properties

Свойство Type Description
ConfigError void
Initialise void

Méthodes publiques

Méthode Description
AWBSkipped ( string reason ) : void
AddListener ( string key, IMyTraceListener listener ) : void
Close ( ) : void
PluginSkipped ( ) : void
RemoveListener ( string key ) : void
UserSkipped ( ) : void

Private Methods

Méthode Description
ConfigError ( Exception ex ) : void
Initialise ( ) : void

Method Details

AWBSkipped() public méthode

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

AddListener() public méthode

public AddListener ( string key, IMyTraceListener listener ) : void
key string
listener IMyTraceListener
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

PluginSkipped() public méthode

public PluginSkipped ( ) : void
Résultat void

RemoveListener() public méthode

public RemoveListener ( string key ) : void
key string
Résultat void

UserSkipped() public méthode

public UserSkipped ( ) : void
Résultat void