Adds log entry to the
Log list.
Syntax
'Declaration
Public Overloads Function AddToLog( _
ByVal As System.Exception _
) As LogEntry
public LogEntry AddToLog(
System.Exception
)
Parameters
- ex
- The exception associated with log entry.
Return Value
The created
LogEntry object.
See Also