Can I do something along the lines of:
-Djava.util.logging.loglevel=FINE
Obviously that doesn’t work, but you get the idea. Is there anything like that? Or am I forced to create a properties file?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can even pass your log Level as a user defined property.
In your code:
But I have the idea that your are looking for a more “built-in” and automatically handled property, right? AFAIK, it doesn’t exist, but maybe I’m wrong.