This is not a java specific issue per say, though I am currently working in Java and using the Java logging API.
When is it appropriate to use a logger? The mighty Google (all hail) is curiously silent on the issue, so I'm guessing that I'm either retarded and everybody understands this, or just searching the wrong keywords; but humor me anyways:
*What kinds of applications should have loggers implemented, and in what capacity?
*What kind of events should the logger log, should it be critical messages only, or any change in the program status?
*What is the primary usage of a log, from a development standpoint?
*Is there "good coding", java-wise, when it comes to utilizing a logger (not specifically the Java logging API though, the good coding practices with that are pretty well documented).
Thanks for the input
-T
"Randomness is merely the limitations of man's knowledge"
When is it appropriate to use a logger? The mighty Google (all hail) is curiously silent on the issue, so I'm guessing that I'm either retarded and everybody understands this, or just searching the wrong keywords; but humor me anyways:
*What kinds of applications should have loggers implemented, and in what capacity?
*What kind of events should the logger log, should it be critical messages only, or any change in the program status?
*What is the primary usage of a log, from a development standpoint?
*Is there "good coding", java-wise, when it comes to utilizing a logger (not specifically the Java logging API though, the good coding practices with that are pretty well documented).
Thanks for the input
-T
"Randomness is merely the limitations of man's knowledge"