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
Afficher le fichier Open project: ashmind/AttachToAnything Class Usage Examples

Méthodes publiques

Méthode Description
DiagnosticLogger ( string traceCategory ) : System
WriteLine ( string message ) : void

Method Details

DiagnosticLogger() public méthode

public DiagnosticLogger ( string traceCategory ) : System
traceCategory string
Résultat System

WriteLine() public méthode

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