在Nlog.config文件中使用NLog.Extensions.AzureTableStorage的擴展名時,試圖將日誌插入到Azure表存儲中,但在Azure表存儲的目標類型下出現錯誤。帶AzureTableStorage的NLog
錯誤: - 這是無效的xsi:type http://www.nlog-project.org/schemas/NLog.xsd:AzureTableStorage
僅供參考 - 我使用最新版本NLOG最新版本4.4.11 &我加入Nlog.extensions.azuretablestorage擴展(的NuGet版本1.1.4)
更新配置文件:
<extensions>
<add assembly="NLog.Extensions.AzureTableStorage"/>
</extensions>
<!-- set up a an azure storage table target -->
<targets>
<target name="AzureTableStorage" xsi:type="AzureTableStorage" PartitionKey="${date}.${logger}" RowKey="${ticks}.${guid}" ConnectionString="UseDevelopmentStorage=true" tableName="TempAzureTableStorageTargetTestsLogs" />
</targets>
沒有足夠的細節。 – user9993
https://stackoverflow.com/help/how-to-ask – user9993