mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-03-26 01:52:41 -04: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";
|
|
} |