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

LogEventInfo

public class LogEventInfo
Represents the logging event information raised by Atata framework.
public Exception Exception { get; }

Gets the exception information.

public LogLevel Level { get; }

Gets the level of the logging event.

public string Message { get; }

Gets the log message.

public string TestFixtureName { get; }

Gets the name of the test fixture.

public string TestFixtureNameSanitized { get; }

Gets the name of the test fixture sanitized for file path/name.

public string TestName { get; }

Gets the name of the test.

public string TestNameSanitized { get; }

Gets the name of the test sanitized for file path/name.

public DateTime Timestamp { get; }

Gets the timestamp of the logging event.