MCPcopy
hub / github.com/homebridge/homebridge / info

Method info

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

Source from the content-addressed store, hash-verified

129 }
130
131 public info(message: string, ...parameters: any[]): void {
132 this.log(LogLevel.INFO, message, ...parameters)
133 }
134
135 public success(message: string, ...parameters: any[]): void {
136 this.log(LogLevel.SUCCESS, message, ...parameters)

Calls 1

logMethod · 0.95

Tested by

no test coverage detected