Hi, I've implemented a class mediator, but can't seem to get it to write log messages.
I initialize the log as in sample 380 http://synapse.apache.org/userguide/samples/sample380.html private static final Log log = LogFactory.getLog(myClass.class); and then write log messages afterwards: log.info("Hello World"), but see nothing in any log files. In which file should the messages be written? Is there some missing config? Thanks for any help, Peter The content of this e-mail is intended only for the confidential use of the person addressed. If you are not the intended recipient, please notify the sender and delete this email immediately. Thank you.
