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

Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
EnsurePaneVisible ( ) : void

Method Details

Flush() public méthode

public Flush ( ) : void
Résultat void

OutputWindowLogWriter() public méthode

public OutputWindowLogWriter ( System.Guid paneGuid, string windowName ) : System
paneGuid System.Guid
windowName string
Résultat System

WriteAsync() public méthode

public WriteAsync ( MessageCategory category, string message ) : System.Threading.Tasks.Task
category MessageCategory
message string
Résultat System.Threading.Tasks.Task