Table of Contents

Namespace OpenQA.Selenium.Internal.Logging

Classes

ConsoleLogHandler

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

FileLogHandler

Represents a log handler that writes log events to a file.

Log

Provides context aware logging functionality for the Selenium WebDriver.

LogEvent

Represents a log event in the Selenium WebDriver internal logging system.

Interfaces

ILogContext

Represents a logging context that provides methods for creating sub-contexts, retrieving loggers, emitting log messages, and configuring minimum log levels.

ILogHandler

Represents a log handler that handles log events.

ILogHandlerList

Represents a list of log handlers.

Enums

LogEventLevel

Defines the levels of logging events.