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