C# Class NuGet.Services.Work.Monitoring.EventSourceWriter

Writes lines to a specified EventSource method
Inheritance: System.IO.TextWriter
Afficher le fichier Open project: NuGet/NuGet.Services.Work

Méthodes publiques

Méthode Description
EventSourceWriter ( Action receiver ) : System
Flush ( ) : void
Write ( char value ) : void

Private Methods

Méthode Description
CheckFlushLine ( ) : void

Method Details

EventSourceWriter() public méthode

public EventSourceWriter ( Action receiver ) : System
receiver Action
Résultat System

Flush() public méthode

public Flush ( ) : void
Résultat void

Write() public méthode

public Write ( char value ) : void
value char
Résultat void