Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Microsoft
VisualStudio
Mac
LanguageServices
Razor
VisualStudioMacLogger
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