Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dianping/cat
/ error
Method
error
lib/java/src/main/java/com/dianping/cat/log/CatLogger.java:54–56 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
52
}
53
54
public
void
error(String message) {
55
out(
"ERROR"
, message, null);
56
}
57
58
public
void
error(String message, Throwable throwable) {
59
out(
"ERROR"
, message, throwable);
Callers
15
onPortNumber
Method · 0.45
send
Method · 0.45
send
Method · 0.45
do_POST
Method · 0.45
createAppender
Method · 0.45
invoke
Method · 0.45
isEnable
Method · 0.45
invoke
Method · 0.45
isEnable
Method · 0.45
load_ccat
Function · 0.45
errorHandler
Method · 0.45
DefaultClientConfigService
Method · 0.45
Calls
1
out
Method · 0.95
Tested by
no test coverage detected