Files
2024-07-03 22:18:32 +02:00

7 lines
186 B
C#

namespace WatchIt.Website.Services.Utility.Configuration.Model;
public class LogLevel
{
public string Default { get; set; }
public string Microsoft_AspNetCore { get; set; }
}