MCPcopy
hub / github.com/yerfor/GeneFacePlusPlus / log

Function log

modules/commons/improved_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.70
infoFunction · 0.70
warnFunction · 0.70
errorFunction · 0.70
configureFunction · 0.70
resetFunction · 0.70

Calls 2

get_currentFunction · 0.85
logMethod · 0.80

Tested by

no test coverage detected