This content has been marked as final. 
    
Show                 1 reply
    
- 
        
1. Re: "Transactional" logger
jhalliday Jan 30, 2013 11:44 AM (in response to cfillot)If you can deal with the logger output not being written in the event of a crash then you just call the logger from an afterCompletion() hook. If you need real transactional behavour then use http://www.jboss.org/jbosstm/fileio/ to underpin the logger.