Click or drag to resize

LogEventManagerLogErrors Method

Namespace:  Dynamicweb.Logging.LogEvents
Assembly:  Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntax
public LogEvent LogErrors(
	string category,
	string action,
	string shortDescription,
	List<string> extraLogInfo,
	Exception ex
)

Parameters

category
Type: SystemString
action
Type: SystemString
shortDescription
Type: SystemString
extraLogInfo
Type: System.Collections.GenericListString
ex
Type: SystemException

Return Value

Type: LogEvent
See Also