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