
6 Dec
2012
6 Dec
'12
4:02 p.m.
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