<PackageReference Include="Relativity.Logging" Version="9.4.306" />
Rule
public int Id {
get;
set; }
public int Order {
get;
set; }
public string System {
get;
set; }
public Rule(
string machineName,
string system,
string subSystem,
string application,
List<
string>
sinks,
LoggingLevel loggingLevel)