Can I add a function in engine.js?

102 views Asked by At

Our web application is using reverse ajax. It checks user's session every 30sec and produces console logs(see logs below). Is it possible to add a function after/before the log is printed? and how?

Logs:

POST localhost:8080/dwr/call/plainpoll/ReverseAjax.dwr
200 OK    30s    
engine.js (line 1542)
///////////////
POST localhost:8080/dwr/call/plainpoll/ReverseAjax.dwr
200 OK    30s    
engine.js (line 1542)
///////////////
POST localhost:8080/dwr/call/plainpoll/ReverseAjax.dwr
200 OK    30s    
engine.js (line 1542)
0

There are 0 answers