# LogEvents

This class extends the [Items](/version-1.x-beta/reference/core-classes/items.md) class to provide a way of retrieving and manipulating lists of [LogEvent](/version-1.x-beta/reference/core-classes/logevent.md) objects. See the [Items guide](/version-1.x-beta/guide/items-guide.md) to learn more on how this works.

> See the [Log guide](/version-1.x-beta/guide/log-guide.md) to learn more.


---

# 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/logevents.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.
