  | LogEventManagerLogError Method (String, Exception) | 
  
    Namespace: 
   Dynamicweb.Logging.LogEvents
    Assembly:
   Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntaxpublic LogEvent LogError(
	string category,
	Exception ex
)
Public Function LogError ( 
	category As String,
	ex As Exception
) As LogEvent
Parameters
- category
 - Type: SystemString
 - ex
 - Type: SystemException
 
Return Value
Type: 
LogEvent
See Also