Search

vRO intrinsic class LogEvent

Object representing a log event

Attributes

Name Type Description
id String Returns the unique identifier (ID) for this object.
logTimeStamp java.util.Date Returns the time stamp of the log event.
longDescription String Returns the long description of the log event.
originatorId String Returns the originator id of the log event.
originatorUri String Returns the originator uri of the log event.
originatorUserName String Returns the originator user name of the log event.
severity Number Returns the severity of the log event.
shortDescription String Returns the short description of the log event.

Methods

None

Returned by

Method Returns
Server.fetchLogEvents(LogQuery query) LogEvent[]

Referenced in

None