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

Method warn

packages/logger/src/index.ts:338–340  ·  view source on GitHub ↗

* Log a warning message * * Use for potentially problematic situations that don't cause operation failure.

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

Source from the content-addressed store, hash-verified

336 * Use for potentially problematic situations that don't cause operation failure.
337 */
338 warn(message: string, ...args: unknown[]) {
339 this.log(LogLevel.WARN, message, ...args)
340 }
341
342 /**
343 * Log an error message

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected