What\'s the correct approach to log both an error message and an exception using SLF4J?
I\'ve tried doing this but the exception stack trace is never printed:
As of SLF4J version 1.6, SLF4J will interpret the last parameter as you intended, i.e. as an exception. You must be using an older version of SLF4J API.