Diplo.AuditLogViewer
17.0.0
dotnet add package Diplo.AuditLogViewer --version 17.0.0
NuGet\Install-Package Diplo.AuditLogViewer -Version 17.0.0
<PackageReference Include="Diplo.AuditLogViewer" Version="17.0.0" />
<PackageVersion Include="Diplo.AuditLogViewer" Version="17.0.0" />
<PackageReference Include="Diplo.AuditLogViewer" />
paket add Diplo.AuditLogViewer --version 17.0.0
#r "nuget: Diplo.AuditLogViewer, 17.0.0"
#:package Diplo.AuditLogViewer@17.0.0
#addin nuget:?package=Diplo.AuditLogViewer&version=17.0.0
#tool nuget:?package=Diplo.AuditLogViewer&version=17.0.0
Diplo Audit Log Viewer for Umbraco 17
View, search, filter, sort, and export Umbraco content log and audit trail data from the Settings section.
This version targets Umbraco 17 and .NET 10. It uses the modern Umbraco backoffice extension model with Lit, TypeScript, Vite, umbraco-package.json, Management API controllers, and static web assets.
Features
- Content Log viewer for
umbracoLog. - Audit Trail viewer for
umbracoAudit. - Server-side pagination, filtering, sorting, and searching.
- Date preset filters such as Today, Yesterday, Last 7 days, Last 30 days, This month, and Previous month.
- Friendly node search with autocomplete and direct numeric id fallback.
- Contextual side-workspace links for supported logged entities.
- Expanded row detail drawers for technical values such as parameters, entity type, node key, user keys, IP address, and event details.
- CSV export for current page or all matching rows.
- Optional appsettings switch to hide export controls.
Screenshots


Configuration
{
"AuditLogViewer": {
"DisableExport": false
}
}
Set DisableExport to true to remove CSV export controls from the backoffice UI.
Compatibility
- Umbraco CMS 17
- .NET 10
Older Umbraco versions should use the corresponding older package releases.
Umbraco Marketplace
https://marketplace.umbraco.com/package/diplo.auditlogviewer
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Umbraco.Cms.Api.Common (>= 17.3.5)
- Umbraco.Cms.Api.Management (>= 17.3.5)
- Umbraco.Cms.Core (>= 17.3.5)
- Umbraco.Cms.Infrastructure (>= 17.3.5)
- Umbraco.Cms.Web.Common (>= 17.3.5)
- Umbraco.Cms.Web.Website (>= 17.3.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 17.0.0 | 107 | 5/5/2026 |
| 10.1.0 | 39,479 | 6/14/2024 |
| 10.0.1 | 36,178 | 11/28/2022 |
| 10.0.0 | 5,425 | 6/27/2022 |
| 2.0.1 | 27,978 | 2/18/2021 |
| 2.0.0 | 19,682 | 6/27/2019 |
| 1.1.2 | 11,984 | 1/23/2020 |
| 1.1.0 | 1,165 | 12/11/2019 |
| 1.0.4 | 52,137 | 11/5/2018 |
| 1.0.3 | 24,884 | 11/17/2017 |
| 1.0.2 | 9,234 | 7/27/2017 |
| 1.0.1 | 33,625 | 11/19/2016 |
| 1.0.0 | 2,258 | 11/19/2016 |
Umbraco 17 / .NET 10 rewrite. Backoffice rebuilt with Lit + TypeScript, Management API endpoints, contextual entity links, node autocomplete, date presets, detail drawers, and optional CSV export.