> For the complete documentation index, see [llms.txt](https://cherrycake.tin.cat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cherrycake.tin.cat/reference/core-classes/systemlogevents/systemlogevents-methods.md).

# SystemLogEvents methods

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

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

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

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