<PackageReference Include="Relativity.Server.Logging.SDK" Version="3000.4.4" />

Configuration

public class Configuration
public string Application { get; set; }

public int Id { get; set; }

public bool LoggingEnabled { get; set; }

public string MachineName { get; set; }

public int Order { get; set; }

public int PollingInterval { get; set; }

public string SubSystem { get; set; }

public string System { get; set; }

public Configuration()

public Configuration(string machineName, string system, string subSystem, string application, bool loggingEnabled)