Hello,
I switched to 1.2 and want to redirect the log output of xmlBlaster to my logging mechanism. I tried to use a custom handler that redirects an LogRecord but this class isn't on the system classpath. Is there another way to redirect the log output?
Regards, Kai
The java.util.logging.LogRecord is part of JDK 1.4 and newer, an example how we redirect it is xmlBlaster/src/java/org/xmlBlaster/util/log/XbNotifyHandler.java
regards Marcel