You can explore WxLogger (Utility tool built by SAG GCS not free ) However you can build your own LogBack framework referring the source code which available and run the same in IS Run-time.
WxLogger is now re branded as WxLog and is licensed as mentioned by Mahes.
slf4j can be configured to work with Logback and you need libraries only for Logback to be placed for your logger implementation. You can make use of slf4j libraries from the platform installation.
Do not use Log4j1.x since is end of maintenance (August 2015). An alternative for log4j1.x is log4j2.x and it has asynchronous logging as well.
Hi Chris,
thanks for the tutorial! However, apperently this way doesn’t work as of version 10.5 anymore according to Atul’s comment a month ago. Could you advise us (or write a second Wiki page) on how to handle it on version 10.5 and above, please?
Looking at the details you provided, it appears you are trying to get your Log4j1 custom logging working on Integration Server 10.5. We can certainly help with that as well. Please review my post above and let us know if you still have issues that you need help with.