C# 클래스 Microsoft.Common.Core.Logging.NullLogWriter

상속: IActionLogWriter
파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

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

비공개 메소드들

메소드 설명
NullLogWriter ( ) : System.Threading.Tasks

메소드 상세

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

WriteAsync() 공개 메소드

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