Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
4
import
os
5
6
def
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_llm
Function · 0.90
create_llm_chain_google
Function · 0.90
execute_step
Function · 0.90
execute_tool
Function · 0.90
condition_switch
Function · 0.90
info_add
Function · 0.90
sg_add
Function · 0.90
build_subgraph
Function · 0.90
run_workflow_as_server
Function · 0.90
Calls
1
flush
Method · 0.80
Tested by
no test coverage detected