C# Класс 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.
Наследование: IDiagnosticLogger
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
DiagnosticLogger ( string traceCategory ) : System
WriteLine ( string message ) : void

Описание методов

DiagnosticLogger() публичный Метод

public DiagnosticLogger ( string traceCategory ) : System
traceCategory string
Результат System

WriteLine() публичный Метод

public WriteLine ( string message ) : void
message string
Результат void