C# Class WikiFunctions.Logging.TraceListenerBase

This abstract class can be used to build trace listener classes, or you can build a class from scratch and implement IMyTraceListener
Inheritance: System.IO.StreamWriter, WikiFunctions.Logging.IMyTraceListener
Afficher le fichier Open project: reedy/AutoWikiBrowser

Méthodes publiques

Méthode Description
GetArticleTemplate ( string articleFullTitle, int ns ) : string
ProcessingArticle ( string fullArticleTitle, int ns ) : void
SkippedArticle ( string skippedBy, string reason ) : void
SkippedArticleBadTag ( string skippedBy, string fullArticleTitle, int ns ) : void
SkippedArticleRedlink ( string skippedBy, string fullArticleTitle, int ns ) : void
WriteArticleActionLine ( string line, string pluginName ) : void
WriteArticleActionLine ( string line, string pluginName, bool verboseOnly ) : void
WriteArticleActionLineVerbose ( 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
WriteTemplateAdded ( string templateName, string pluginName ) : void

Méthodes protégées

Méthode Description
TraceListenerBase ( string filename ) : System.Text.RegularExpressions

Method Details

GetArticleTemplate() public static méthode

public static GetArticleTemplate ( string articleFullTitle, int ns ) : string
articleFullTitle string
ns int
Résultat string

ProcessingArticle() public abstract méthode

public abstract ProcessingArticle ( string fullArticleTitle, int ns ) : void
fullArticleTitle string
ns int
Résultat void

SkippedArticle() public abstract méthode

public abstract SkippedArticle ( string skippedBy, string reason ) : void
skippedBy string
reason string
Résultat void

SkippedArticleBadTag() public abstract méthode

public abstract SkippedArticleBadTag ( string skippedBy, string fullArticleTitle, int ns ) : void
skippedBy string
fullArticleTitle string
ns int
Résultat void

SkippedArticleRedlink() public méthode

public SkippedArticleRedlink ( string skippedBy, string fullArticleTitle, int ns ) : void
skippedBy string
fullArticleTitle string
ns int
Résultat void

TraceListenerBase() protected méthode

protected TraceListenerBase ( string filename ) : System.Text.RegularExpressions
filename string
Résultat System.Text.RegularExpressions

WriteArticleActionLine() public abstract méthode

public abstract WriteArticleActionLine ( string line, string pluginName ) : void
line string
pluginName string
Résultat void

WriteArticleActionLine() public méthode

public WriteArticleActionLine ( string line, string pluginName, bool verboseOnly ) : void
line string
pluginName string
verboseOnly bool
Résultat void

WriteArticleActionLineVerbose() public méthode

public WriteArticleActionLineVerbose ( string line, string pluginName, bool verboseOnly ) : void
line string
pluginName string
verboseOnly bool
Résultat void

WriteBulletedLine() public méthode

public WriteBulletedLine ( string line, bool bold, bool verboseOnly ) : void
line string
bold bool
verboseOnly bool
Résultat void

WriteBulletedLine() public abstract méthode

public abstract WriteBulletedLine ( string line, bool bold, bool verboseOnly, bool dateStamp ) : void
line string
bold bool
verboseOnly bool
dateStamp bool
Résultat void

WriteComment() public abstract méthode

public abstract WriteComment ( string line ) : void
line string
Résultat void

WriteCommentAndNewLine() public abstract méthode

public abstract WriteCommentAndNewLine ( string line ) : void
line string
Résultat void

WriteTemplateAdded() public abstract méthode

public abstract WriteTemplateAdded ( string templateName, string pluginName ) : void
templateName string
pluginName string
Résultat void