Hi guys,

while working on the new configuration pli-ugin, I see that we generate
tons of exceptions (mainly NumberFormatException when validating things
like the Port, etc) when we fill wrong values. In some case, we do
validate the input char by char, or we validate the full input as a
whole, etc.

Not a pb.

Now, the thing is that those exceptions - and the associated stack trace
- are pollution. I can catch most of them, and generate a decent error
message instead, but the question is :
- where should I log the info ?
- should I declare a Logger ?
- Is this something we can ask the eclipse platform to log ?

What is the best practice?

Thanks !

Reply via email to