MCPcopy
hub / github.com/KhronosGroup/Vulkan-Docs / logWarn

Function logWarn

scripts/reflib.py:86–91  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

84 file.write(end)
85
86def logWarn(*args, **kwargs):
87 file = kwargs.pop('file', warnFile)
88 end = kwargs.pop('end','\n')
89 if file is not None:
90 file.write(logHeader('WARN') + ' '.join(str(arg) for arg in args))
91 file.write(end)
92
93def logErr(*args, **kwargs):
94 file = kwargs.pop('file', errFile)

Callers 15

refPageShellFunction · 0.90
refPageHeadFunction · 0.90
refPageTailFunction · 0.90
emitPageFunction · 0.90
autoGenFlagsPageFunction · 0.90
genRefFunction · 0.90
genAntoraNavFunction · 0.90
genExtensionFunction · 0.90
genRef.pyFile · 0.90
addVUIDMethod · 0.90
reflowFileFunction · 0.90

Calls 2

logHeaderFunction · 0.85
writeMethod · 0.45

Tested by

no test coverage detected