<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

Relativity.Testing.Framework.Logging.ILogConsumer

public interface ILogConsumer
Defines a method to log the event information.
void Initialize(string logPath)

Initializes the log consumer.

void Log(LogEventInfo eventInfo)

Logs the specified event information.