(final String msg)
| 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()) { |
no test coverage detected