NLog for log operations of clients

1 message Options
Embed this post
Permalink
Gabriel Porras

NLog for log operations of clients

Reply Threaded More More options
Print post
Permalink
Hello...

I'm new here. I'm just reading about NLog and all possibilities it offers to log (debug) an application.
But I need something special: log the "operations" of register users. For example:
 User 180: - Do login
               - Change password
               - Send a Contact
               - Browse Web Aplications
               - Load Application 1
               And so on...

I see NLog very good to log info about system and application... but not for users. Or am I wrong?
NLog is also useful for my requeriment?

Thanks a lof of.