MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / warn

Method warn

src/app/logger/logger.ts:86–88  ·  view source on GitHub ↗
(message: string, ...label: LogLabel[])

Source from the content-addressed store, hash-verified

84 }
85
86 warn(message: string, ...label: LogLabel[]) {
87 this.log("warn", message, ...label);
88 }
89
90 error(message: string, ...label: LogLabel[]) {
91 this.log("error", message, ...label);

Callers 15

AuthVerifyFunction · 0.80
listMethod · 0.80
sendMessageMethod · 0.80
disconnectMethod · 0.80
sendMessageMethod · 0.80
disconnectMethod · 0.80
disconnectMethod · 0.80
common.tsFile · 0.80
getMoreScriptWindowOpenFunction · 0.80
AppFunction · 0.80
onCurrentUrlUpdatedFunction · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected