Click or drag to resize

LogEventManagerLogError Method (String, Exception)

Namespace:  Dynamicweb.Logging.LogEvents
Assembly:  Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntax
public LogEvent LogError(
	string category,
	Exception ex
)

Parameters

category
Type: SystemString
ex
Type: SystemException

Return Value

Type: LogEvent
See Also