uTPro.Feature.AuditLog 2.0.0

dotnet add package uTPro.Feature.AuditLog --version 2.0.0
                    
NuGet\Install-Package uTPro.Feature.AuditLog -Version 2.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="uTPro.Feature.AuditLog" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="uTPro.Feature.AuditLog" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="uTPro.Feature.AuditLog" />
                    
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 uTPro.Feature.AuditLog --version 2.0.0
                    
#r "nuget: uTPro.Feature.AuditLog, 2.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 uTPro.Feature.AuditLog@2.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=uTPro.Feature.AuditLog&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=uTPro.Feature.AuditLog&version=2.0.0
                    
Install as a Cake Tool

<img width="50" height="50" alt="icon" src="https://github.com/user-attachments/assets/a11d9f9f-fb3e-445c-86a4-401cc8aee392" /> uTPro.Feature.AuditLog

A backoffice dashboard for Umbraco 16+ that gives you full visibility into your CMS activity — audit trails, content logs, and a unified timeline view — all in one place.

NuGet Umbraco Marketplace License: MIT

Why?

Umbraco stores audit and log data in umbracoAudit and umbracoLog tables, but there's no built-in UI to browse them. When you need to track who did what and when — debugging content changes, investigating user actions, or compliance auditing — you're left writing SQL queries.

uTPro.Feature.AuditLog solves this by providing a clean, searchable dashboard right in the backoffice.

Features

3 Views

  • Timeline — Merged view of both audit and log data, sorted chronologically. Track a user's complete activity flow without switching tabs.
  • Content Logs — Browse umbracoLog entries with user names, node info, and entity types.
  • Audit Trail — Browse umbracoAudit entries with performing user, affected user, IP addresses, and event details.
  • Full-text search across all relevant columns (details, user names, IPs, event types, comments, node IDs)
  • Filter by performing user (all tabs)
  • Filter by affected user (audit trail)
  • Filter by event type / log header
  • Filter by date range
  • Search on Enter key

Export

  • Export CSV — Download full dataset (up to 50k records) with current filters applied. Available on all tabs.

Display

  • UTC / Local time toggle — Switch between local time and UTC display
  • Consistent user formatAdmin <admin@example.com> across all views
  • Server-side pagination — Handles large datasets efficiently
  • Fixed column widths — Date and User columns stay consistent across tabs

Installation

dotnet add package uTPro.Feature.AuditLog

That's it. No configuration needed — the package auto-registers via Umbraco IComposer and appears as a dashboard in the Settings section.

Compatibility

Umbraco .NET Package
16.x 9.0 1.x

Development

Prerequisites

  • .NET 9 SDK
  • An Umbraco 16 site (or use the included TestSite)

Run the TestSite

dotnet run --project src/uTPro.Feature.AuditLog.TestSite

Navigate to https://localhost:54730/umbraco and log in with:

  • Email: admin@example.com
  • Password: Admin1234!

Build NuGet Package

dotnet build src/uTPro.Feature.AuditLog -c Release

The .nupkg file is output to the Build/ folder automatically.

Author

T4VNGitHub

License

MIT

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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
2.0.0 30 3/28/2026
1.0.0 34 3/27/2026
1.0.0-preview.1 31 3/27/2026