MCPcopy Index your code
hub / github.com/LangGraph-GUI/LangGraph-GUI-backend / logger

Function logger

src/util.py:6–13  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

4import os
5
6def logger(*args, **kwargs):
7 output = ""
8 for arg in args:
9 output += str(arg)
10
11 output = output.replace("\n", "\\n")
12 print(output, **kwargs)
13 sys.stdout.flush()

Callers 9

get_llmFunction · 0.90
create_llm_chain_googleFunction · 0.90
execute_stepFunction · 0.90
execute_toolFunction · 0.90
condition_switchFunction · 0.90
info_addFunction · 0.90
sg_addFunction · 0.90
build_subgraphFunction · 0.90
run_workflow_as_serverFunction · 0.90

Calls 1

flushMethod · 0.80

Tested by

no test coverage detected