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

Method debug

app/src/utils/logging.ts:76–78  ·  view source on GitHub ↗

* Convenience method for debug logs

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

Source from the content-addressed store, hash-verified

74 * Convenience method for debug logs
75 */
76 public debug(source: string, message: string, details?: any): LogEntry {
77 return this.log(LogLevel.DEBUG, source, message, details);
78 }
79
80 /**
81 * Convenience method for info logs

Callers 15

loadMemoryFunction · 0.45
loadImageMemoryFunction · 0.45
handleSaveFunction · 0.45
handleApplyChangesFunction · 0.45
loadMemoriesFunction · 0.45
IterationStoreDebugFunction · 0.45
platformFetchFunction · 0.45
acquireMasterStreamMethod · 0.45
setChangeDetectionModeFunction · 0.45

Calls 1

logMethod · 0.95

Tested by

no test coverage detected