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

Function error

salt/client/ssh/wrapper/logmod.py:58–63  ·  view source on GitHub ↗

Log message at level ERROR.

(message)

Source from the content-addressed store, hash-verified

56
57
58def error(message):
59 """
60 Log message at level ERROR.
61 """
62 log.error(message)
63 return True
64
65
66def critical(message):

Callers 1

parse_retFunction · 0.70

Calls 1

errorMethod · 0.45

Tested by

no test coverage detected