C# Class ValidateBuilds.Logging.TextWriterTarget

Inheritance: TargetWithLayout
Afficher le fichier Open project: benjamin-bader/stiletto Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
FlushAsync ( AsyncContinuation asyncContinuation ) : void
Write ( NLog.Common.AsyncLogEventInfo logEvent ) : void
Write ( LogEventInfo logEvent ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FlushAsync() protected méthode

protected FlushAsync ( AsyncContinuation asyncContinuation ) : void
asyncContinuation AsyncContinuation
Résultat void

TextWriterTarget() public méthode

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

Write() protected méthode

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

Write() protected méthode

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