  | LogEventManagerLogErrors Method  | 
  
    Namespace: 
   Dynamicweb.Logging.LogEvents
    Assembly:
   Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntaxpublic LogEvent LogErrors(
	string category,
	string action,
	string shortDescription,
	List<string> extraLogInfo,
	Exception ex
)
Public Function LogErrors ( 
	category As String,
	action As String,
	shortDescription As String,
	extraLogInfo As List(Of String),
	ex As Exception
) As LogEvent
Parameters
- category
 - Type: SystemString
 - action
 - Type: SystemString
 - shortDescription
 - Type: SystemString
 - extraLogInfo
 - Type: System.Collections.GenericListString
 - ex
 - Type: SystemException
 
Return Value
Type: 
LogEvent
See Also