NetCoreWebDriverFactory  3.0.0
Easy WebDriver generation for .NET Core
AlexanderOnTest.NetCoreWebDriverFactory.Logging.LogProvider Class Reference

Provides a mechanism to create instances of ILog objects. More...

Static Public Member Functions

static void SetCurrentLogProvider (ILogProvider logProvider)
 Sets the current log provider. More...
 

Properties

static bool IsDisabled [get, set]
 Gets or sets a value indicating whether this is logging is disabled. More...
 

Detailed Description

Provides a mechanism to create instances of ILog objects.

Member Function Documentation

◆ SetCurrentLogProvider()

static void AlexanderOnTest.NetCoreWebDriverFactory.Logging.LogProvider.SetCurrentLogProvider ( ILogProvider  logProvider)
static

Sets the current log provider.

Parameters
logProviderThe log provider.

Property Documentation

◆ IsDisabled

bool AlexanderOnTest.NetCoreWebDriverFactory.Logging.LogProvider.IsDisabled
staticgetset

Gets or sets a value indicating whether this is logging is disabled.

true if logging is disabled; otherwise, false.


The documentation for this class was generated from the following file: