MCPcopy
hub / github.com/simstudioai/sim / error

Method error

packages/logger/src/index.ts:347–349  ·  view source on GitHub ↗

* Log an error message * * Use for error events that might still allow the application to continue.

(message: string, ...args: unknown[])

Source from the content-addressed store, hash-verified

345 * Use for error events that might still allow the application to continue.
346 */
347 error(message: string, ...args: unknown[]) {
348 this.log(LogLevel.ERROR, message, ...args)
349 }
350}
351
352/**

Callers 15

index.test.tsFile · 0.80
logMethod · 0.80
recordAuditFunction · 0.80
basicExampleFunction · 0.80
withInputExampleFunction · 0.80
statusExampleFunction · 0.80
streamingExampleFunction · 0.80
runExamplesFunction · 0.80
ensureNetworkExistsFunction · 0.80
mainFunction · 0.80
index.tsFile · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected