MCPcopy
hub / github.com/microsoft/qlib / setLevel

Method setLevel

qlib/log.py:41–42  ·  view source on GitHub ↗
(self, level)

Source from the content-addressed store, hash-verified

39 return logger
40
41 def setLevel(self, level):
42 self.__level = level
43
44 def __getattr__(self, name):
45 # During unpickling, python will call __getattr__. Use this line to avoid maximum recursion error.

Callers 4

loggerMethod · 0.45
setLevelMethod · 0.45
__call__Method · 0.45
initFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected