Hi All,
Currently, we have couple business flows sharing with an IS. We want to log different business flows into different log files instead of all in the server.log.
Can I use FileWriter to accomplish this task? If multiple threads try to append sample log file, will I get exception?
wM debugLog seems handle this well but it only can append logs into ONE assigned server.log and I only can find it uses JournalLogger.log() and don’t know how it can be instantiated with different log files.
Will standard java logging.Handler work on this situation?
Or, should I use Log4J to handle the custom logging?
Thanks for any suggestions!
KJ
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB