Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dzcode-io/dzcode.io
/ debug
Method
debug
api/src/logger/service.ts:36–41 ·
view source on GitHub ↗
(logInfo: LogObject)
Source
from the content-addressed store, hash-verified
34
}
35
36
public debug(logInfo: LogObject) {
37
this.logger.log(
"debug"
, logInfo.message, {
38
...logInfo,
39
message: undefined,
40
});
41
}
42
43
public warn(logInfo: LogObject) {
44
this.logger.log(
"warn"
, logInfo.message, {
Callers
nothing calls this directly
Calls
1
log
Method · 0.80
Tested by
no test coverage detected