MCPcopy 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

onPortNumberMethod · 0.45
sendMethod · 0.45
sendMethod · 0.45
do_POSTMethod · 0.45
createAppenderMethod · 0.45
invokeMethod · 0.45
isEnableMethod · 0.45
invokeMethod · 0.45
isEnableMethod · 0.45
load_ccatFunction · 0.45
errorHandlerMethod · 0.45

Calls 1

outMethod · 0.95

Tested by

no test coverage detected