Hi Guys,
We are working on EP 6.0, currently we want to create our own log file with name "abcdCompany.log" located in J2EE Log folder,
I have tried ILogger Class using:
myLogger = request.getLogger("PM2S User Log");
myLogger.info("aaaa);
myLogger.severe("bbbb");
myLogger.warn("cccccc");
but I do not know which log/trc file contains our content (aaaa,bbbb, ccccc"), any help on this?
thanks