Posted on: 5/22/2014 8:53:41 PM | Views : 389




hello,
i am currently working on an monitoring like plugin ( in form of an class file that comes back on every page ) which logs all kinds of information like EVERY pageload. EVERY login, logout, datasave ( when users save their data ).


currently it is written to a new line in a .txt file in app_data like : my.computer.filesystem.writealltext &= :
<---
<ip>:423.432.42.3.423</ip><url>http://www.mydomainexample.com/default.aspx?page=2&p=8043</url><email>blabla@chatman.tx</email>
--->

now this way the txt files becomes very huge and heavy in just a few days. ( like 2000 linewrites a day ) which causes it to be maintained/cleared really often.

what are some good alternative/creative ideas to save this kind of information? it should be quicly readable what the latest 500 ...

Go to the complete details ...