Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/banq/jdonframework
/ logError
Method
logError
src/main/java/com/jdon/util/Debug.java:336–338 ·
view source on GitHub ↗
(String msg)
Source
from the content-addressed store, hash-verified
334
}
335
336
public
static
void
logError(String msg) {
337
log(Debug.ERROR, null, msg, null);
338
}
339
340
public
static
void
logError(String msg, String module) {
341
log(Debug.ERROR, null, msg, module);
Callers
15
put
Method · 0.95
methodParameterContainAnnotation
Method · 0.95
registerAnnotationAspectComponents
Method · 0.95
registerAnnotationComponents
Method · 0.95
createAnnotationConsumerClass
Method · 0.95
createAnnotationComponentClass
Method · 0.95
createAnnotationServiceClass
Method · 0.95
createAnnotationIntroduceInfoClass
Method · 0.95
createAnnotationInterceptor
Method · 0.95
initialized
Method · 0.95
prepare
Method · 0.95
startup
Method · 0.95
Calls
1
log
Method · 0.95
Tested by
no test coverage detected