# LogData

> **Class** in `langgraph_cli`

📖 [View in docs](https://reference.langchain.com/python/langgraph-cli/analytics/LogData)

## Signature

```python
LogData()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    os: str,
    os_version: str,
    python_version: str,
    cli_version: str,
    cli_command: str,
    params: dict[str, Any],
)
```

| Name | Type |
|------|------|
| `os` | `str` |
| `os_version` | `str` |
| `python_version` | `str` |
| `cli_version` | `str` |
| `cli_command` | `str` |
| `params` | `dict[str, Any]` |


## Properties

- `os`
- `os_version`
- `python_version`
- `cli_version`
- `cli_command`
- `params`

---

[View source on GitHub](https://github.com/langchain-ai/langgraph/blob/1142ebf9213e3eb01b9d1e7223b9f6b30bf8da61/libs/cli/langgraph_cli/analytics.py#L20)