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

Rule

public class Rule
public string Application { get; }

public int Id { get; }

public LoggingLevel LoggingLevel { get; }

public string MachineName { get; }

public int Order { get; }

public List<string> Sinks { get; }

public string SubSystem { get; }

public string System { get; }

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

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)