MCPcopy
hub / github.com/Tencent/CodeAnalysis / error

Method error

client/util/logutil.py:32–33  ·  view source on GitHub ↗
(msg, *args, **kwargs)

Source from the content-addressed store, hash-verified

30
31 @staticmethod
32 def error(msg, *args, **kwargs):
33 logger.error(msg, *args, **kwargs)
34
35 @staticmethod
36 def exception(msg, *args, **kwargs):

Calls

no outgoing calls

Tested by

no test coverage detected