Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/baidu/openrasp
/ log
Method
log
agent/java/engine/src/main/java/com/baidu/openrasp/plugin/js/JS.java:70–73 ·
view source on GitHub ↗
(String msg)
Source
from the content-addressed store, hash-verified
68
}
69
V8.SetLogger(
new
com.baidu.openrasp.v8.Logger() {
70
@Override
71
public
void
log(String msg) {
72
pluginLog(msg);
73
}
74
});
75
V8.SetStackGetter(
new
com.baidu.openrasp.v8.StackGetter() {
76
@Override
Callers
4
plugin.js
File · 0.45
update-plugin.test.js
File · 0.45
hook.test.js
File · 0.45
sql-connection.test.js
File · 0.45
Calls
1
pluginLog
Method · 0.95
Tested by
no test coverage detected