I am using slf4j and logback API for logging. I configured log on socket. But when I am trying to read text I found "??" rather then logs. Please help me if anyone of you have an idea about it.

link|improve this question

It will help if you show us the relevant code. – THelper Jan 5 at 10:46
feedback

closed as not a real question by Joachim Pileborg, JB Nizet, Yahia, ehird, Tomasz Nurkiewicz Jan 5 at 12:38

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.

1 Answer

up vote 0 down vote accepted

THelper is right - more information would help us debug your setup.

Blindly, I recommend reading through this and checking out the examples in the SLF4j distribution for comparison: http://logback.qos.ch/manual/appenders.html#SocketAppender

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.