LogEntry Constructor
Initializes the dundas.logging.LogEntry object.
Parameters
- logEntryOptions
-
Type: Object
(optional) Object with default values for the log entry.
Optional: True
Examples
The following example initializes a new instance of a LogEntry object:
var newObject = new dundas.logging.LogEntry();