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
Datei anzeigen Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
Write ( string value ) : void
WriteLine ( string value ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Write() public method

public Write ( string value ) : void
value string
return void

WriteLine() public method

public WriteLine ( string value ) : void
value string
return void