MCPcopy
hub / github.com/openai/guided-diffusion / log

Function log

guided_diffusion/logger.py:247–251  ·  view source on GitHub ↗

Write the sequence of args, with no separators, to the console and output files (if you've configured an output file).

(*args, level=INFO)

Source from the content-addressed store, hash-verified

245
246
247def log(*args, level=INFO):
248 """
249 Write the sequence of args, with no separators, to the console and output files (if you've configured an output file).
250 """
251 get_current().log(*args, level=level)
252
253
254def debug(*args):

Callers 6

debugFunction · 0.85
infoFunction · 0.85
warnFunction · 0.85
errorFunction · 0.85
configureFunction · 0.85
resetFunction · 0.85

Calls 2

get_currentFunction · 0.85
logMethod · 0.80

Tested by

no test coverage detected