![](bmp/CLASSHEADER.gif)
Message object that contains information about the current error information
Note: a WebLogEntry specific to Web applications lives in the Westwind.Web assembly.
Westwind.Utilities.Logging.LogEntry
public class LogEntry : object
Class Members
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 |
Requirements
Namespace: Westwind.Utilities.LoggingAssembly: westwind.utilities.dll
© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic