C# Class AzurelensBlob.Log

Datei anzeigen Open project: MicrosoftDX/AzureLens

Public Methods

Method Description
LogError ( string MessageBody ) : void
LogInformation ( string MessageBody ) : void
LogWarning ( string MessageBody ) : void

Private Methods

Method Description
LogMessage ( string LogType, string MessageBody ) : void

Method Details

LogError() public static method

public static LogError ( string MessageBody ) : void
MessageBody string
return void

LogInformation() public static method

public static LogInformation ( string MessageBody ) : void
MessageBody string
return void

LogWarning() public static method

public static LogWarning ( string MessageBody ) : void
MessageBody string
return void