(final String msg, final Exception e)
| 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 | } |
no test coverage detected