LogEntry

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

id

The ID of the log entry.

Type: integer

message

The text part of the log entry.

Type: string

date

The date on which the log entry was created.

Type: date

userId

The ID of the user to whom the log entry pertains. When getLogEntries is called with MyDmeWS, only log entries of the current user are returned.

Type: string

category

The log level of the log entry. One of the following values: debug, error, warning, fatal, info.

Type: string

Next topic

Exceptions