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