共用方式為


AzureLogLevel type

記錄器支持的記錄層級。 最詳細資訊到最不詳細的記錄層級為:

  • 詳細
  • 資訊
  • 警告
  • 錯誤
type AzureLogLevel = "verbose" | "info" | "warning" | "error"