Click or drag to resize

LogEventManagerLog Method (String, String, String)

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

Parameters

category
Type: SystemString
action
Type: SystemString
shortDescription
Type: SystemString

Return Value

Type: LogEvent
See Also