MCPcopy
hub / github.com/CherryHQ/cherry-studio / warn

Method warn

src/main/services/LoggerService.ts:286–288  ·  view source on GitHub ↗

* Log warning message

(message: string, ...data: LogContextData)

Source from the content-addressed store, hash-verified

284 * Log warning message
285 */
286 public warn(message: string, ...data: LogContextData): void {
287 this.processMainLog(LEVEL.WARN, message, data)
288 }
289
290 /**
291 * Log info message

Callers 15

defaultParseToolUseFunction · 0.45
handleRecursiveCallMethod · 0.45
accumulateUsageMethod · 0.45
cleanOldOvmsInstallationFunction · 0.45
downloadBunBinaryFunction · 0.45
getLatestVersionFunction · 0.45
downloadWithFallbackFunction · 0.45
downloadOpenClawBinaryFunction · 0.45
downloadUvBinaryFunction · 0.45
registerIpcFunction · 0.45
index.tsFile · 0.45
checkRtkAvailableFunction · 0.45

Calls 1

processMainLogMethod · 0.95

Tested by

no test coverage detected