Hi Experts,
I have a requirement when user logins immediately his details like name and his ip address have to be stored in log file of server.I have created a par file for fetching user details and updating the log file and added it in default framework page.
When i right click on iview and click preview the log file is getting updated but on logging into portal and on load of framework page log file is not getting updated..Please suggest.
Below is the code how am updating the log file..
privatestaticLocationmyLoc=Location.getLocation(ipaddress.class);
static{
myLoc.addLog(newFileLog("C:/Logs/TTSL/Anusha.txt"));
}
Thanks,
Anusha