qol: use unified exporting for logs

This commit is contained in:
Gary Sharp
2024-12-14 16:49:31 +11:00
parent a6b9cd1af2
commit 8abe31f430
14 changed files with 321 additions and 240 deletions
@@ -1,9 +1,10 @@
using System;
using Disco.Models.Exporting;
using Newtonsoft.Json;
namespace Disco.Services.Logging.Models
{
public class LogLiveEvent
public class LogLiveEvent : IExportRecord
{
public int ModuleId { get; set; }
public string ModuleName { get; set; }