mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-14 17:49:11 +02:00
14 lines
334 B
Text
14 lines
334 B
Text
---
|
|
title: logging
|
|
sidebarTitle: logging
|
|
---
|
|
|
|
# `fastmcp.client.logging`
|
|
|
|
## Functions
|
|
|
|
### `create_log_callback` <sup><a href="https://github.com/jlowin/fastmcp/blob/main/src/fastmcp/client/logging.py#L20"><Icon icon="github" size="14" /></a></sup>
|
|
|
|
```python
|
|
create_log_callback(handler: LogHandler | None = None) -> LoggingFnT
|
|
```
|