C# 클래스 Microsoft.VisualStudio.LanguageServerClient.Razor.Logging.LogHubLogWriter

파일 보기 프로젝트 열기: dotnet/aspnetcore-tooling 1 사용 예제들

공개 메소드들

메소드 설명
GetTraceSource ( ) : TraceSource
TraceError ( string format ) : void
TraceInformation ( string format ) : void
TraceWarning ( string format ) : void

메소드 상세

GetTraceSource() 공개 추상적인 메소드

public abstract GetTraceSource ( ) : TraceSource
리턴 TraceSource

TraceError() 공개 추상적인 메소드

public abstract TraceError ( string format ) : void
format string
리턴 void

TraceInformation() 공개 추상적인 메소드

public abstract TraceInformation ( string format ) : void
format string
리턴 void

TraceWarning() 공개 추상적인 메소드

public abstract TraceWarning ( string format ) : void
format string
리턴 void