> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ag2.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# autogen.runtime_logging.log_event

<code class="doc-symbol doc-symbol-heading doc-symbol-function" />

#### log\_event

```python theme={null}
log_event(
    source: str | Agent,
    name: str,
    **kwargs: dict[str, Any]
) -> None
```

<b>Parameters:</b>

| Name       | Description               |
| ---------- | ------------------------- |
| `source`   | **Type:** str \| Agent    |
| `name`     | **Type:** str             |
| `**kwargs` | **Type:** dict\[str, Any] |

<br />
