MCPcopy
hub / github.com/hotwired/stimulus / logFormattedMessage

Method logFormattedMessage

src/core/application.ts:101–107  ·  view source on GitHub ↗
(identifier: string, functionName: string, detail: object = {})

Source from the content-addressed store, hash-verified

99 }
100
101 private logFormattedMessage(identifier: string, functionName: string, detail: object = {}) {
102 detail = Object.assign({ application: this }, detail)
103
104 this.logger.groupCollapsed(`${identifier} #${functionName}`)
105 this.logger.log("details:", { ...detail })
106 this.logger.groupEnd()
107 }
108}
109
110function domReady() {

Callers 1

ApplicationClass · 0.95

Calls 3

groupCollapsedMethod · 0.65
logMethod · 0.65
groupEndMethod · 0.65

Tested by

no test coverage detected