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 SourceInitialize(String)
Initializes the log consumer.
Declaration
void Initialize(string logPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | logPath | The path to log results to. |
Log(LogEventInfo)
Logs the specified event information.
Declaration
void Log(LogEventInfo eventInfo)
Parameters
Type | Name | Description |
---|---|---|
LogEventInfo | eventInfo | The event information. |