MCPcopy Create free account
hub / github.com/OpenTSDB/opentsdb / logError

Method logError

src/tsd/GraphHandler.java:1064–1066  ·  view source on GitHub ↗
(final HttpQuery query, final String msg)

Source from the content-addressed store, hash-verified

1062 }
1063
1064 static void logError(final HttpQuery query, final String msg) {
1065 LOG.error(query.channel().toString() + ' ' + msg);
1066 }
1067
1068 static void logError(final HttpQuery query, final String msg,
1069 final Throwable e) {

Callers 2

writeFileMethod · 0.95
readFileMethod · 0.95

Calls 3

errorMethod · 0.80
channelMethod · 0.80
toStringMethod · 0.45

Tested by

no test coverage detected