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

# LogDescription

> **참고**: 이 페이지는 아직 한국어로 번역되지 않았습니다. 아래는 영어 원문입니다.

When using the [**Interface.parseLog**](/ko/sdk/content/classes/Interface#parselog) to automatically match a Log to its event for
parsing, a **LogDescription** is returned.

## Properties

| Property    | Modifier   | Type                                                     | Description                                      |
| :---------- | :--------- | :------------------------------------------------------- | :----------------------------------------------- |
| `args`      | `readonly` | [`Result`](/ko/sdk/content/classes/Result)               | The arguments passed into the Event with `emit`. |
| `fragment`  | `readonly` | [`EventFragment`](/ko/sdk/content/classes/EventFragment) | The matching fragment for the `topic0`.          |
| `name`      | `readonly` | `string`                                                 | The name of the Event.                           |
| `signature` | `readonly` | `string`                                                 | The full Event signature.                        |
| `topic`     | `readonly` | `string`                                                 | The topic hash for the Event.                    |
