On Thu, Dec 6, 2012 at 10:02 AM, Duarte Silva <duarte.silva@serializing.me> wrote:
Hi,
I have searched for this problem but haven't been successful in my quest for a
solution. I have attached the configuration used as well as the result in the
logcat output using logback and the Android Log. The logging call is the
following (where LOGGER as been obtained by using the LoggerFactory and the
configuration is in the application manifest):
if (LOGGER.isWarnEnabled()) {
LOGGER.warn("Failed to use the mark/reset, will retrieve the data again",
exception);
}
As you may notice the output is all crapped out. What am I doing wrong?
Best regards,
Duarte Silva