8 lines
184 B
C#
8 lines
184 B
C#
namespace Indotalent.Infrastructure.Logging.Serilog;
|
|
|
|
public class SeqLoggerModel
|
|
{
|
|
public bool IsUsed { get; set; }
|
|
public string ServerUrl { get; set; } = string.Empty;
|
|
}
|