mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2025-12-28 16:38:12 -05:00
7 lines
178 B
C#
7 lines
178 B
C#
namespace Cleanuparr.Infrastructure.Helpers;
|
|
|
|
public static class LogProperties
|
|
{
|
|
public const string Category = "Category";
|
|
public const string JobName = "JobName";
|
|
} |