MCPcopy
hub / github.com/Koenkk/zigbee2mqtt / error

Method error

lib/util/logger.ts:202–204  ·  view source on GitHub ↗
(messageOrLambda: string | (() => string), namespace = "z2m")

Source from the content-addressed store, hash-verified

200 }
201
202 public error(messageOrLambda: string | (() => string), namespace = "z2m"): void {
203 this.log("error", messageOrLambda, namespace);
204 }
205
206 public warning(messageOrLambda: string | (() => string), namespace = "z2m"): void {
207 this.log("warning", messageOrLambda, namespace);

Callers 15

cleanupMethod · 0.95
wrappedCallbackMethod · 0.80
connectMethod · 0.80
publishMethod · 0.80
startMethod · 0.80
removeMethod · 0.80
logDeviceInterviewMethod · 0.80
startMethod · 0.80
startExtensionMethod · 0.80
stopExtensionMethod · 0.80
stopMethod · 0.80
saveMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected