-
loggig - config file
Hello everybody,
I have a logging config file but i dont know how to use it. I put the code of it in a separete property file and named it mylogging.property. All i want is to get the logs of the file when i run the project. I read something like this:
Code:
run.args.extra=-J-Djava.util.logging.config.file="mylogging.properties"
but i cant understand how to do this practically.
Thanx in advance!
-
What logging framework is it?
There are several, each with a different set up.
-
org.teleal.cling
it is supposed that i have to get specific errors (FINEST, FINER) from specific classes but i only get the messages that jul wants... :S
-
Never heard of that logging system, I'm afraid.
Don't they have documentation?
A forum maybe?