Click or drag to resize

LogEvent Constructor (String, String, String)

Initializes a new instance of the LogEvent class

Namespace:  Dynamicweb.Logging.LogEvents
Assembly:  Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntax
public LogEvent(
	string category,
	string description,
	string action = null
)

Parameters

category
Type: SystemString
description
Type: SystemString
action (Optional)
Type: SystemString
See Also