MCPcopy Create free account
hub / github.com/Roy3838/Observer / warn

Method warn

app/src/utils/logging.ts:90–92  ·  view source on GitHub ↗

* Convenience method for warning logs

(source: string, message: string, details?: any)

Source from the content-addressed store, hash-verified

88 * Convenience method for warning logs
89 */
90 public warn(source: string, message: string, details?: any): LogEntry {
91 return this.log(LogLevel.WARNING, source, message, details);
92 }
93
94 /**
95 * Convenience method for error logs

Callers 15

fetchQuotaInfoFunction · 0.80
handleToggleObServerFunction · 0.80
checkLocalServerFunction · 0.80
handleStartTestFunction · 0.80
CommunityTabFunction · 0.80
handleFileSelectFunction · 0.80
initTauriLogForwardingFunction · 0.80
initPlatformFetchFunction · 0.80
handleStreamEndMethod · 0.80
compareImagesFunction · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected