Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dzcode-io/dzcode.io
/ info
Method
info
api/src/logger/service.ts:22–27 ·
view source on GitHub ↗
(logInfo: LogObject)
Source
from the content-addressed store, hash-verified
20
}
21
22
public info(logInfo: LogObject) {
23
this.logger.log(
"info"
, logInfo.message, {
24
...logInfo,
25
message: undefined,
26
});
27
}
28
29
public error(logInfo: LogObject) {
30
this.logger.log(
"error"
, logInfo.message, {
Callers
1
index.ts
File · 0.80
Calls
1
log
Method · 0.80
Tested by
no test coverage detected