C# 클래스 AzurelensBlob.Log

파일 보기 프로젝트 열기: MicrosoftDX/AzureLens

공개 메소드들

메소드 설명
LogError ( string MessageBody ) : void
LogInformation ( string MessageBody ) : void
LogWarning ( string MessageBody ) : void

비공개 메소드들

메소드 설명
LogMessage ( string LogType, string MessageBody ) : void

메소드 상세

LogError() 공개 정적인 메소드

public static LogError ( string MessageBody ) : void
MessageBody string
리턴 void

LogInformation() 공개 정적인 메소드

public static LogInformation ( string MessageBody ) : void
MessageBody string
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( string MessageBody ) : void
MessageBody string
리턴 void