C# 클래스 Microsoft.VisualStudio.R.Package.Logging.OutputWindowLogWriter

파일 보기 프로젝트 열기: Microsoft/RTVS 1 사용 예제들

공개 메소드들

메소드 설명
Flush ( ) : void
OutputWindowLogWriter ( System.Guid paneGuid, string windowName ) : System
WriteAsync ( MessageCategory category, string message ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
EnsurePaneVisible ( ) : void

메소드 상세

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

OutputWindowLogWriter() 공개 메소드

public OutputWindowLogWriter ( System.Guid paneGuid, string windowName ) : System
paneGuid System.Guid
windowName string
리턴 System

WriteAsync() 공개 메소드

public WriteAsync ( MessageCategory category, string message ) : System.Threading.Tasks.Task
category MessageCategory
message string
리턴 System.Threading.Tasks.Task