<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

RelativityLogger

static class RelativityLogger
Defines a static property to get the registered Relativity log instance.
public static ILog Instance { get; set; }

Gets or sets the registered Relativity.Logging.ILog instance with security requirements. If not defined, returns the NullLogger instance. This should only be used by class objects where the ILog instance isn't already constructor injected or by existing constructors marked with ObsoleteAttribute.