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

Rule

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

public int Id { get; set; }

public LoggingLevel LoggingLevel { get; set; }

public string MachineName { get; set; }

public int Order { get; set; }

public List<string> Sinks { get; set; }

public string SubSystem { get; set; }

public string System { get; set; }

public Rule()

public Rule(string machineName, string system, string subSystem, string application, List<string> sinks, LoggingLevel loggingLevel)

public int GetHashCodeOfList<T>(IEnumerable<T> list)