LogEntry (
id : integer,
message : string,
created : date,
userId : string,
category : string
)
The LogEntry
type is used for returning lists in getLogEntries
(see getLogEntries (getLogEntries, getLogEntries)).
Values
Name |
Description |
|
The ID of the log entry. Type: integer |
|
The text part of the log entry. Type: string |
|
The date on which the log entry was created. Type: date |
|
The ID of the user to whom the log entry pertains. When Type: string |
|
The log level of the log entry. One of the following values: Type: string |