> 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/version-1.x-beta/reference/core-classes/logevent/logevent-methods.md).

# LogEvent 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 [LogEvent](/version-1.x-beta/reference/core-classes/logevent.md) objects for logging.

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

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