Posted By:
Alexander_Witt
Posted On:
Wednesday, June 29, 2005 06:58 AM
Hey Guy's, I've a big problewm on job. I want to change the Leveltext, which is wrote on the output, when I use the Logger Funktions for outputs. For example I use : Logger lo = Logger.getLogger("Loggername"); lo.info("Information"); I wrote the information to a LogFile. The LogFile looks like : INFO Information but I want to have : I Information. Also I want to change Leveltext. What I have to do? Please help!
More>>
Hey Guy's,
I've a big problewm on job.
I want to change the Leveltext, which is wrote on the output, when I use the Logger Funktions for outputs.
For example I use :
Logger lo = Logger.getLogger("Loggername");
lo.info("Information");
I wrote the information to a LogFile.
The LogFile looks like : INFO Information
but I want to have : I Information.
Also I want to change Leveltext.
What I have to do?
Please help!
<<Less