LogEvents methods

fillFromParameters( p )

Overloads the Items::fillFromParameters method to provide an easy way to load LogEvent items when instantiating this class.

  • p Specifications on how to fill the LogEvents object, with the possible keys below plus any other setup keys from Items::fillFromParameters, or an array of LogEvent objects to fill the list with.

    • type The class name of the LogEvent objects to get.

    • fromTimestamp Get LogEvent items added starting on this timestamp.

    • toTimestamp Get LogEvent items added up to this timestamp.

Returns: true if everything went ok, false otherwise.

Last updated