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

Relativity.Testing.Framework.Logging.NUnitLogConsumer

Represents the log consumer that writes logs to NUnit output.
public string Separator { get; set; }

Gets or sets the text parts separator. The default value is " ".

public string TimestampFormat { get; set; }

Gets or sets the timestamp format. The default value is "yyyy-MM-dd HH:mm:ss.ffff".

public void Log(LogEventInfo eventInfo)

Logs the specified event information.