Show / Hide Table of Contents

Interface ILogConsumer

Defines a method to log the event information.

Namespace: Relativity.Testing.Framework.Logging
Assembly: Relativity.Testing.Framework.dll
Syntax
public interface ILogConsumer

Methods

| Improve this Doc View Source

Initialize(String)

Initializes the log consumer.

Declaration
void Initialize(string logPath)
Parameters
Type Name Description
System.String logPath

The path to log results to.

| Improve this Doc View Source

Log(LogEventInfo)

Logs the specified event information.

Declaration
void Log(LogEventInfo eventInfo)
Parameters
Type Name Description
LogEventInfo eventInfo

The event information.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX