Diplo.AuditLogViewer 17.0.0

dotnet add package Diplo.AuditLogViewer --version 17.0.0
                    
NuGet\Install-Package Diplo.AuditLogViewer -Version 17.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Diplo.AuditLogViewer" Version="17.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Diplo.AuditLogViewer" Version="17.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Diplo.AuditLogViewer" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Diplo.AuditLogViewer --version 17.0.0
                    
#r "nuget: Diplo.AuditLogViewer, 17.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Diplo.AuditLogViewer@17.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Diplo.AuditLogViewer&version=17.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Diplo.AuditLogViewer&version=17.0.0
                    
Install as a Cake Tool

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

Content Log

Audit Trail

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.