DdmlibToLog4jWrapper.printLog fall-through in switch

Issue #66 resolved
Mikhail Lopatkin repo owner created an issue

{{{ #!java case WARN: logger.warn(formattedMessage); case ERROR: logger.warn(formattedMessage); }}}

Doubling warnings and printing errors with incorrect priority.

Comments (3)

  1. Log in to comment