C# Class Microsoft.Common.Core.Logging.NullLogWriter

Inheritance: IActionLogWriter
Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

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

Private Methods

Méthode Description
NullLogWriter ( ) : System.Threading.Tasks

Method Details

Flush() public méthode

public Flush ( ) : void
Résultat void

WriteAsync() public méthode

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