# SystemLogEvent methods

## getEventDescription

Builds the event description, if it has more complexity than just the event class name. Intended to be overloaded.

**Returns:** A detailed description of the currently loaded event.

## loadInline( data ) <a href="#loadinline" id="loadinline"></a>

Inherited from the Item class, loads the item when no `loadMethod` has been provided on construction. Intended to be overloaded for events that require extra complexity. This is the usual way of creating [SystemLogEvent](/version-1.x-beta/reference/core-classes/systemlogevent.md) objects for logging.

* **`data`** A hash array with the event data.

**Returns:** `true` on success, `false` on failure.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cherrycake.tin.cat/version-1.x-beta/reference/core-classes/systemlogevent/systemlogevent-methods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
