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
파일 보기 프로젝트 열기: ashmind/AttachToAnything 1 사용 예제들

공개 메소드들

메소드 설명
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