C# Class AttachToAnything.Internal.DiagnosticLogger

Normally this logs both to Trace of the debugging Visual Studio and Output window for the target Visual Studio. However for this project I haven't yet sorted the question with getting an output window pane.
Inheritance: IDiagnosticLogger
Datei anzeigen Open project: ashmind/AttachToAnything Class Usage Examples

Public Methods

Method Description
DiagnosticLogger ( string traceCategory ) : System
WriteLine ( string message ) : void

Method Details

DiagnosticLogger() public method

public DiagnosticLogger ( string traceCategory ) : System
traceCategory string
return System

WriteLine() public method

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