Note: a WebLogEntry specific to Web applications lives in the Westwind.Web assembly.
public class LogEntry : object
| Member | Description | |
|---|---|---|
![]() |
Constructor | |
![]() |
UpdateFromException | Updates the current request as an error log entry and sets the ErrorType, Message and StackTrace properties from the content of the passed exception public void UpdateFromException(Exception ex);
|
![]() |
Details | Free form text field that contains extra data to display |
![]() |
Entered | When this error occurred. |
![]() |
ErrorLevel | Determines the error level of the messages |
![]() |
ErrorType | The type of exception that was thrown if an error occurred |
![]() |
Id | The unique ID for this LogEntry |
![]() |
Message | The Actual Error Message |
![]() |
StackTrace | StackTrace in event of an exception |