I was using slf4j+logback in my plugin for third-party application. New version of main application was switched from log4j to slf4j+log4j+custom appenders....
It look like that i need to change my code, so logging start working again. Basically to be compatible with log4j (no trace, no parametrized logging).
What will be easiest way for this situation?