MCPcopy
hub / github.com/Semantic-Org/Semantic-UI / formatLogMsg

Function formatLogMsg

examples/assets/library/iframe-content.js:147–149  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

145 };
146
147 function formatLogMsg(msg) {
148 return msgID + '[' + myID + ']' + ' ' + msg;
149 }
150
151 function log(msg) {
152 if (logging && ('object' === typeof window.console)) {

Callers 2

logFunction · 0.85
warnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…