MCPcopy
hub / github.com/homebridge/homebridge / warn

Method warn

src/logger.ts:139–141  ·  view source on GitHub ↗
(message: string, ...parameters: any[])

Source from the content-addressed store, hash-verified

137 }
138
139 public warn(message: string, ...parameters: any[]): void {
140 this.log(LogLevel.WARN, message, ...parameters)
141 }
142
143 public error(message: string, ...parameters: any[]): void {
144 this.log(LogLevel.ERROR, message, ...parameters)

Callers 15

handleProcessCloseMethod · 0.80
teardownMethod · 0.80
restartChildBridgeMethod · 0.80
stopChildBridgeMethod · 0.80
startChildBridgeMethod · 0.80
refreshConfigMethod · 0.80
coerceIdentifierListMethod · 0.80
loadInstalledPluginsMethod · 0.80
loadMethod · 0.80
startBridgeMethod · 0.80
publishHapIfEnabledMethod · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected