Hi, I am looking for a logging mechanism in AS/400 similar to log4j. I am thinking of writing a wrapper to the log4j in AS/400. Can someone please let me know if there is such a tool present already?
Thanks, Sam
Hi, I am looking for a logging mechanism in AS/400 similar to log4j. I am thinking of writing a wrapper to the log4j in AS/400. Can someone please let me know if there is such a tool present already?
Thanks, Sam
There are already apenders so I supect the rest should already be done. See here:http://log4j400.sourceforge.net/
I am not sure if it is what you want, but the iSeries performance and system tools can gather a lot of information about your programs. You won't see the source statement, but you do see the calls to the diffent components. These tools are part of the operating system. You just need much autorisation to use them.