WebScraper.Log Method

IronWebScraper

WebScraperLog Method

Logs the specified message to the console. Logs can be Enabled using the EnableLogging. This function has been exposed and is over-ridable to allow for easy Email and Slack notification integration.

Namespace:  IronWebScraper
Assembly:  IronWebScraper (in IronWebScraper.dll) Version: 4.0.4.25470 (4.0.4.3)
Syntax
public virtual void Log(
	string Message,
	WebScraperLogLevel Type
)
Public Overridable Sub Log ( 
	Message As String,
	Type As WebScraperLogLevel
)

Parameters

Message
Type: SystemString
The string message.
Type
Type: IronWebScraperWebScraperLogLevel
The LogLevel.
See Also