Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dianping/cat
/ console
Method
console
lib/java/src/main/java/com/dianping/cat/log/CatLogger.java:50–52 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
48
}
49
50
private
void
console(String message) {
51
System.out.println(message);
52
}
53
54
public
void
error(String message) {
55
out(
"ERROR"
, message, null);
Callers
1
out
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected