http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-mcp-sdk
/
org.http4k.ai.mcp.server.protocol
/
LogFunction
Log
Function
fun
interface
LogFunction
:
Function3
<
McpNodeType
,
LogLevel
,
String
?
,
Unit
>
(
source
)
Members
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
p1
:
McpNodeType
,
p2
:
LogLevel
,
p3
:
String
?
)