MCPcopy Create free account
hub / github.com/dzcode-io/dzcode.io / error

Method error

api/src/logger/service.ts:29–34  ·  view source on GitHub ↗
(logInfo: LogObject)

Source from the content-addressed store, hash-verified

27 }
28
29 public error(logInfo: LogObject) {
30 this.logger.log("error", logInfo.message, {
31 ...logInfo,
32 message: undefined,
33 });
34 }
35
36 public debug(logInfo: LogObject) {
37 this.logger.log("debug", logInfo.message, {

Callers 15

ErrorMiddlewareClass · 0.80
fetchContributionsFunction · 0.80
fetchArticlesListFunction · 0.80
fetchCurrentArticleFunction · 0.80
fetchProjectsListFunction · 0.80
fetchDocumentationListFunction · 0.80
fetchCurrentDocumentFunction · 0.80
fetchTopProjectsFunction · 0.80
fetchTopArticlesFunction · 0.80
fetchContributionsFunction · 0.80
fetchArticlesFunction · 0.80
fetchArticleFunction · 0.80

Calls 1

logMethod · 0.80

Tested by

no test coverage detected