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

Method error

app/src/utils/logging.ts:97–99  ·  view source on GitHub ↗

* Convenience method for error logs

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

Source from the content-addressed store, hash-verified

95 * Convenience method for error logs
96 */
97 public error(source: string, message: string, details?: any): LogEntry {
98 return this.log(LogLevel.ERROR, source, message, details);
99 }
100
101 /**
102 * Get all stored logs

Callers 15

fetchStatusFunction · 0.80
fetchModelsFunction · 0.80
handleCopySystemPromptFunction · 0.80
PricingTableFunction · 0.80
handleDeleteAccountFunction · 0.80
fetchQuotaInfoFunction · 0.80
checkLocalServerFunction · 0.80
AppHeaderFunction · 0.80
handleSetAppInferenceUrlFunction · 0.80
fetchModelsFunction · 0.80
loadMemoryFunction · 0.80
loadImageMemoryFunction · 0.80

Calls 1

logMethod · 0.95

Tested by

no test coverage detected