  | LogEventManagerLog Method (String, String, String) | 
  
    Namespace: 
   Dynamicweb.Logging.LogEvents
    Assembly:
   Dynamicweb.Logging (in Dynamicweb.Logging.dll) Version: 5.1.3
Syntaxpublic LogEvent Log(
	string category,
	string action,
	string shortDescription
)
Public Function Log ( 
	category As String,
	action As String,
	shortDescription As String
) As LogEvent
Parameters
- category
 - Type: SystemString
 - action
 - Type: SystemString
 - shortDescription
 - Type: SystemString
 
Return Value
Type: 
LogEvent
See Also