ILogConsumer public interface ILogConsumer Defines a method to log the event information. Documentation void Initialize(string logPath) Initializes the log consumer. void Log(LogEventInfo eventInfo) Logs the specified event information.