mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-01-17 18:28:00 -05:00
7 lines
167 B
C#
7 lines
167 B
C#
namespace Infrastructure.Helpers;
|
|
|
|
public static class LogProperties
|
|
{
|
|
public const string Category = "Category";
|
|
public const string JobName = "JobName";
|
|
} |