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

Inheritance: IActionLogWriter
Datei anzeigen Open project: Microsoft/RTVS

Public Methods

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

Private Methods

Method Description
NullLogWriter ( ) : System.Threading.Tasks

Method Details

Flush() public method

public Flush ( ) : void
return void

WriteAsync() public method

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