MCPcopy
hub / github.com/saltstack/salt / log_error

Method log_error

tests/integration/utils/test_win_runas.py:78–81  ·  view source on GitHub ↗
(cls, msg)

Source from the content-addressed store, hash-verified

76
77 @classmethod
78 def log_error(cls, msg):
79 if cls.run_in_foreground:
80 logger.error(msg)
81 servicemanager.LogErrorMsg(msg)
82
83 @classmethod
84 def log_info(cls, msg):

Callers

nothing calls this directly

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected