C# 클래스 Microsoft.VisualStudio.Mac.LanguageServices.Razor.VisualStudioMacLogger

상속: RazorLogger
파일 보기 프로젝트 열기: dotnet/aspnetcore-tooling

공개 메소드들

메소드 설명
LogError ( string message ) : void
LogVerbose ( string message ) : void
LogWarning ( string message ) : void

메소드 상세

LogError() 공개 메소드

public LogError ( string message ) : void
message string
리턴 void

LogVerbose() 공개 메소드

public LogVerbose ( string message ) : void
message string
리턴 void

LogWarning() 공개 메소드

public LogWarning ( string message ) : void
message string
리턴 void