Re: Own logging formatter in webapps

2007-01-09 Thread Boris Unckel
Hello Uwe, Langjahr, Uwe wrote: Hello together, I'm a newbie using Java/Tomcat/JSF-MyFaces all together. Can somebody help me, I have problems with the logging mechanism. - I want to use the JDK logging mechanism in my webapp. - I want to use my own class uxspiweb.log.DebugFormatter for the -

Own logging formatter in webapps

2007-01-04 Thread Langjahr, Uwe
Hello together, I'm a newbie using Java/Tomcat/JSF-MyFaces all together. Can somebody help me, I have problems with the logging mechanism. - I want to use the JDK logging mechanism in my webapp. - I want to use my own class uxspiweb.log.DebugFormatter for the ConsoleHandler channel. - I put the