WebScraper.LoggingLevel Field

IronWebScraper

WebScraperLoggingLevel Field

The level of logging made by the WebScraper engine to the Console.

LogLevel.Critical is normally the most useful setting, allowing the developer to write their own, meaningful and application relevant messages inside of Parse methods.

LogLevel.ScrapedData is useful when coding and testing a new WebScraper.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public WebScraperLogLevel LoggingLevel
Public LoggingLevel As WebScraperLogLevel

Field Value

Type: WebScraperLogLevel
See Also