C# Класс OpenQA.Selenium.Remote.Server.Loggers.NullLogger

A logger object that ignores all messages. This should only be used for testing purposes.
Наследование: System.Logger
Показать файл Открыть проект

Открытые методы

Метод Описание
NullLogger ( LogLevel level ) : System

Initializes a new instance of the NullLogger class.

Защищенные методы

Метод Описание
WriteMessage ( string message ) : void

Writes a message to the log.

Описание методов

NullLogger() публичный Метод

Initializes a new instance of the NullLogger class.
public NullLogger ( LogLevel level ) : System
level LogLevel A value specifying the level of messages to log.
Результат System

WriteMessage() защищенный Метод

Writes a message to the log.
protected WriteMessage ( string message ) : void
message string The message to write to the log.
Результат void