mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-19 15:26:22 -05:00
11 lines
414 B
C#
11 lines
414 B
C#
namespace Cleanuparr.Infrastructure.Helpers;
|
|
|
|
public static class LogProperties
|
|
{
|
|
public const string Category = "Category";
|
|
public const string JobName = "JobName";
|
|
public const string InstanceName = "InstanceName";
|
|
public const string DownloadClientType = "DownloadClientType";
|
|
public const string DownloadClientName = "DownloadClientName";
|
|
public const string JobRunId = "JobRunId";
|
|
} |