<PackageReference Include="Relativity.Logging" Version="9.4.303" />

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 bool CompareRuleToOptions(LoggerOptions options)

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