Table of Contents

Class ConsoleLogHandler

Namespace
OpenQA.Selenium.Internal.Logging
Assembly
WebDriver.dll

Represents a log handler that writes log events to the console.

public class ConsoleLogHandler : ILogHandler
Inheritance
ConsoleLogHandler
Implements
Inherited Members

Methods

Handle(LogEvent)

Handles a log event by writing it to the console.

public void Handle(LogEvent logEvent)

Parameters

logEvent LogEvent

The log event to handle.