MCPcopy
hub / github.com/sequelize/sequelize / warn

Method warn

src/utils/logger.ts:40–42  ·  view source on GitHub ↗

* Logs a warning in the logger's context. * * @param message The message of the warning.

(message: string)

Source from the content-addressed store, hash-verified

38 * @param message The message of the warning.
39 */
40 warn(message: string): void {
41 console.warn(`(${this.config.context}) Warning: ${message}`);
42 }
43
44 /**
45 * Uses node's util.inspect to stringify a value.

Callers

nothing calls this directly

Calls 1

warnMethod · 0.65

Tested by

no test coverage detected