C# Class Dev2.Providers.Logs.CustomTextWriter

This is the trace writer used by the studio. Note other than testing there are no usages for this class as it is initialized from the app.config
Inheritance: System.Diagnostics.TraceListener
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
Write ( string value ) : void
WriteLine ( string value ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected méthode

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

Write() public méthode

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

WriteLine() public méthode

public WriteLine ( string value ) : void
value string
Résultat void