Свойство | Type | Description | |
---|---|---|---|
Listeners | IMyTraceListener>.Dictionary |
Méthode | Description | |
---|---|---|
AddListener ( string key, IMyTraceListener listener ) : void |
Override this if you want to programatically add an event handler
|
|
Close ( ) : void | ||
ContainsKey ( string key ) : bool | ||
ContainsValue ( IMyTraceListener listener ) : bool | ||
Flush ( ) : void | ||
ProcessingArticle ( string fullArticleTitle, int ns ) : void | ||
RemoveListener ( string key ) : void |
Override this if you want to programatically remove an event handler
|
|
SkippedArticle ( string skippedBy, string reason ) : void | ||
SkippedArticleBadTag ( string skippedBy, string fullArticleTitle, int ns ) : void | ||
SkippedArticleRedlink ( string skippedBy, string fullArticleTitle, int ns ) : void | ||
Write ( string text ) : void | ||
WriteArticleActionLine ( string line, string pluginName ) : void | ||
WriteArticleActionLine ( string line, string pluginName, bool verboseOnly ) : void | ||
WriteArticleActionLine1 ( string line, string pluginName, bool verboseOnly ) : void | ||
WriteBulletedLine ( string line, bool bold, bool verboseOnly ) : void | ||
WriteBulletedLine ( string line, bool bold, bool verboseOnly, bool dateStamp ) : void | ||
WriteComment ( string line ) : void | ||
WriteCommentAndNewLine ( string line ) : void | ||
WriteLine ( string line ) : void | ||
WriteTemplateAdded ( string templateName, string pluginName ) : void |
Méthode | Description | |
---|---|---|
TryGetValue ( string key, IMyTraceListener &listener ) : bool |
public AddListener ( string key, IMyTraceListener listener ) : void | ||
key | string | |
listener | IMyTraceListener | |
Résultat | void |
public ContainsValue ( IMyTraceListener listener ) : bool | ||
listener | IMyTraceListener | |
Résultat | bool |
public ProcessingArticle ( string fullArticleTitle, int ns ) : void | ||
fullArticleTitle | string | |
ns | int | |
Résultat | void |
public RemoveListener ( string key ) : void | ||
key | string | Key to remove |
Résultat | void |
public SkippedArticle ( string skippedBy, string reason ) : void | ||
skippedBy | string | |
reason | string | |
Résultat | void |
public SkippedArticleBadTag ( string skippedBy, string fullArticleTitle, int ns ) : void | ||
skippedBy | string | |
fullArticleTitle | string | |
ns | int | |
Résultat | void |
public SkippedArticleRedlink ( string skippedBy, string fullArticleTitle, int ns ) : void | ||
skippedBy | string | |
fullArticleTitle | string | |
ns | int | |
Résultat | void |
protected TryGetValue ( string key, IMyTraceListener &listener ) : bool | ||
key | string | |
listener | IMyTraceListener | |
Résultat | bool |
public WriteArticleActionLine ( string line, string pluginName ) : void | ||
line | string | |
pluginName | string | |
Résultat | void |
public WriteArticleActionLine ( string line, string pluginName, bool verboseOnly ) : void | ||
line | string | |
pluginName | string | |
verboseOnly | bool | |
Résultat | void |
public WriteArticleActionLine1 ( string line, string pluginName, bool verboseOnly ) : void | ||
line | string | |
pluginName | string | |
verboseOnly | bool | |
Résultat | void |
public WriteBulletedLine ( string line, bool bold, bool verboseOnly ) : void | ||
line | string | |
bold | bool | |
verboseOnly | bool | |
Résultat | void |
public WriteBulletedLine ( string line, bool bold, bool verboseOnly, bool dateStamp ) : void | ||
line | string | |
bold | bool | |
verboseOnly | bool | |
dateStamp | bool | |
Résultat | void |
public WriteCommentAndNewLine ( string line ) : void | ||
line | string | |
Résultat | void |
public WriteTemplateAdded ( string templateName, string pluginName ) : void | ||
templateName | string | |
pluginName | string | |
Résultat | void |