Rajanikanth Ar

Greenhorn
+ Follow
since Sep 16, 2011
Rajanikanth likes ...
Eclipse IDE Firefox Browser
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
2
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Rajanikanth Ar

Lanny Gilbert wrote:Try this link..

http://ajaxpatterns.org/Javascript_Logging_Frameworks

You should be able to find a logging framework that fits your needs.

Based on what you've posted, log4javascript would probably work.



Thanks for the informative link. I will work through it
12 years ago
I am in need of a framework to perform audit trail in a web application.

The following are the details:
1. Need to capture each editable screen element's old value and new value.
2. Need to create an unique key, used to identify which record is being updated ( in case of multiple rows in an HTML table display)

I have tried using filters, but with this approach, my code is heavily dependent on javascript to capture the unique key and other crucial parameters.

Any approach/suggestion/design pattern/best practices in this scenario is most welcome.

Moderators: If this question doesnt belong to the current forum, please advise.

12 years ago