# SystemLogEvents methods

## fillFromParameters( p ) <a href="#fillfromparameters" id="fillfromparameters"></a>

Overloads the [Items::fillFromParameters](https://cherrycake.tin.cat/reference/items/items-methods#fillfromparameters) method to provide an easy way to load [SystemLogEvent](https://cherrycake.tin.cat/reference/core-classes/systemlogevent) items when instantiating this class.

* **`p`** Specifications on how to fill the [SystemLogEvents](https://cherrycake.tin.cat/reference/core-classes/systemlogevents) object, with the possible keys below plus any other setup keys from [Items::fillFromParameters](https://cherrycake.tin.cat/reference/items/items-methods#fillfromparameters), or an array of [SystemLogEvent](https://cherrycake.tin.cat/reference/core-classes/systemlogevent) objects to fill the list with.
  * **`type`** The class name of the [SystemLogEvent](https://cherrycake.tin.cat/reference/core-classes/systemlogevent) objects to get.
  * **`fromTimestamp`** Get [SystemLogEvent](https://cherrycake.tin.cat/reference/core-classes/systemlogevent) items added starting on this timestamp.
  * **`toTimestamp`** Get [SystemLogEvent](https://cherrycake.tin.cat/reference/core-classes/systemlogevent) items added up to this timestamp.

**Returns:** `true` if everything went ok, `false` otherwise.
