C# Class Cornerstone.ScraperEngine.Nodes.LogNode

Inheritance: ScraperNode
Show file Open project: damienhaynes/moving-pictures

Protected Properties

Property Type Description
logLevel NLog.LogLevel
message String

Public Methods

Method Description
Execute ( string>.Dictionary variables ) : void
LogNode ( XmlNode xmlNode, ScriptableScraper context ) : System

Method Details

Execute() public method

public Execute ( string>.Dictionary variables ) : void
variables string>.Dictionary
return void

LogNode() public method

public LogNode ( XmlNode xmlNode, ScriptableScraper context ) : System
xmlNode System.Xml.XmlNode
context ScriptableScraper
return System

Property Details

logLevel protected property

protected LogLevel,NLog logLevel
return NLog.LogLevel

message protected property

protected String message
return String