9 lines
167 B
C#
9 lines
167 B
C#
using Serilog.Events;
|
|
|
|
namespace ErsatzTV.Application.Configuration;
|
|
|
|
public class GeneralSettingsViewModel
|
|
{
|
|
public LogEventLevel MinimumLogLevel { get; set; }
|
|
}
|