MCPcopy Index your code
hub / github.com/OpenTSDB/opentsdb / logError

Method logError

src/tsd/AbstractHttpQuery.java:526–530  ·  view source on GitHub ↗
(final String msg, final Exception e)

Source from the content-addressed store, hash-verified

524 }
525
526 protected final void logError(final String msg, final Exception e) {
527 if (logger().isErrorEnabled()) {
528 logger().error(logChannel() + ' ' + msg, e);
529 }
530 }
531
532}

Callers 2

internalErrorMethod · 0.95
internalErrorMethod · 0.45

Calls 3

loggerMethod · 0.95
logChannelMethod · 0.95
errorMethod · 0.80

Tested by

no test coverage detected