| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal severity As Severity, _ ByVal message As String, _ ByVal exception As Exception, _ ByVal owner As Object _ ) | |
Parameters
- severity
- The severity level for the entry
- message
- The user friendly message to use for the entry. This message will be displayed in the task list.
- exception
- The exception to be logged/fired by the entry.
- owner