C# Class Microsoft.VisualStudio.R.Package.Logging.OutputWindowLogWriter

ファイルを表示 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
Flush ( ) : void
OutputWindowLogWriter ( System.Guid paneGuid, string windowName ) : System
WriteAsync ( MessageCategory category, string message ) : System.Threading.Tasks.Task

Private Methods

Method Description
EnsurePaneVisible ( ) : void

Method Details

Flush() public method

public Flush ( ) : void
return void

OutputWindowLogWriter() public method

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

WriteAsync() public method

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