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

Method info

packages/logger/src/index.ts:329–331  ·  view source on GitHub ↗

* Log an info message * * Use for general information about application operation.

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

Source from the content-addressed store, hash-verified

327 * Use for general information about application operation.
328 */
329 info(message: string, ...args: unknown[]) {
330 this.log(LogLevel.INFO, message, ...args)
331 }
332
333 /**
334 * Log a warning message

Callers 15

index.test.tsFile · 0.80
loadRuntimeSecretsFunction · 0.80
registerSSOProviderFunction · 0.80
deregisterSSOProviderFunction · 0.80
analyzeFunction · 0.80
anonymizeFunction · 0.80
initializeOpenTelemetryFunction · 0.80
shutdownOtelFunction · 0.80
shutdownPostHogFunction · 0.80
registerFunction · 0.80
injectHostedKeyIfNeededFunction · 0.80
reacquireHostedKeyFunction · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected