MCPcopy Create free account
hub / github.com/apache/cloudstack / log

Method log

utils/src/main/java/com/cloud/utils/Journal.java:41–45  ·  view source on GitHub ↗
(String msg, Object... params)

Source from the content-addressed store, hash-verified

39 }
40
41 final private void log(String msg, Object... params) {
42 Pair<String, Object[]> entry = new Pair<String, Object[]>(msg, params);
43 assert msg != null : "Message can not be null or else it's useless!";
44 _entries.add(entry);
45 }
46
47 public void record(String msg, Object... params) {
48 log(msg, params);

Callers 9

recordMethod · 0.95
less.min.jsFile · 0.45
permission.jsFile · 0.45
menu.render.jsFile · 0.45
installFunction · 0.45
actionToObjectFunction · 0.45
errFunction · 0.45
request.jsFile · 0.45
GetInfoFunction · 0.45

Calls 1

addMethod · 0.65

Tested by

no test coverage detected