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

Method warning

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

Source from the content-addressed store, hash-verified

204 }
205
206 public warning(messageOrLambda: string | (() => string), namespace = "z2m"): void {
207 this.log("warning", messageOrLambda, namespace);
208 }
209
210 public info(messageOrLambda: string | (() => string), namespace = "z2m"): void {
211 this.log("info", messageOrLambda, namespace);

Callers 10

startMethod · 0.80
logDeviceInterviewMethod · 0.80
initSdNotifyFunction · 0.80
sendToSystemdFunction · 0.80
setupReportingMethod · 0.80
pingQueueExecuteNextMethod · 0.80
loadJSMethod · 0.80
startMethod · 0.80
logger.test.tsFile · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected