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

Method log

api/src/logger/service.ts:18–20  ·  view source on GitHub ↗
(level: LogLevel, logInfo: LogObject)

Source from the content-addressed store, hash-verified

16 }
17
18 public log(level: LogLevel, logInfo: LogObject) {
19 this.logger.log(level, logInfo.message, { ...logInfo, message: undefined });
20 }
21
22 public info(logInfo: LogObject) {
23 this.logger.log("info", logInfo.message, {

Callers 12

nodemon.tsFile · 0.80
version.tsFile · 0.80
index.tsFile · 0.80
build.tsFile · 0.80
deploy.tsFile · 0.80
infoMethod · 0.80
errorMethod · 0.80
debugMethod · 0.80
warnMethod · 0.80
LoggerMiddlewareClass · 0.80
fetchTeamListFunction · 0.80
fetchV2Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected