mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-13 09:09:10 +02:00
14 lines
198 B
Text
14 lines
198 B
Text
---
|
|
title: logging
|
|
sidebarTitle: logging
|
|
---
|
|
|
|
# `fastmcp.client.logging`
|
|
|
|
## Functions
|
|
|
|
### `create_log_callback`
|
|
|
|
```python
|
|
create_log_callback(handler: LogHandler | None = None) -> LoggingFnT
|
|
```
|