java - How track each function in my project -


how track projects let's have 5 different projects in production , want know user in single day how many times login application out of 5 application , after login how many times clicked on button or how many times he/she click on function provided application. want track these things without doing maximum changes in existing code?

only way can think of through logging, using log4j or similar. also, maybe checkout splunk.


Comments

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -