Skip to Content
0
Former Member
Mar 10, 2008 at 06:57 AM

Create our own log file with specific location

29 Views

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