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

Method logWarn

src/tsd/AbstractHttpQuery.java:520–524  ·  view source on GitHub ↗
(final String msg)

Source from the content-addressed store, hash-verified

518 }
519
520 protected final void logWarn(final String msg) {
521 if (logger().isWarnEnabled()) {
522 logger().warn(logChannel() + ' ' + msg);
523 }
524 }
525
526 protected final void logError(final String msg, final Exception e) {
527 if (logger().isErrorEnabled()) {

Callers 6

badRequestMethod · 0.95
notFoundMethod · 0.95
badRequestMethod · 0.45
notFoundMethod · 0.45
sendFileMethod · 0.45

Calls 2

loggerMethod · 0.95
logChannelMethod · 0.95

Tested by

no test coverage detected