C# Class RazorPad.UI.Util.TextWriterTarget

Inheritance: TargetWithLayout
Afficher le fichier Open project: RazorPad/RazorPad Class Usage Examples

Méthodes publiques

Méthode Description
TextWriterTarget ( TextWriter writer ) : System.IO

Méthodes protégées

Méthode Description
Write ( LogEventInfo logEvent ) : void

Method Details

TextWriterTarget() public méthode

public TextWriterTarget ( TextWriter writer ) : System.IO
writer System.IO.TextWriter
Résultat System.IO

Write() protected méthode

protected Write ( LogEventInfo logEvent ) : void
logEvent NLog.LogEventInfo
Résultat void