Why isn't the regular logging not doing the job?
What information are you thinking about precisely?
 
All I am seeing is a log of commands under Logs/Commands. I would like to be able to see when IP addresses connect, create an account, log out, etc.
 
I would suggest either improving the Logging.cs class so it logs more things, or to make your own logging system.
There are tons of ways to do what you want, but i'd suggest making an independant module so you can call it from other scripts.

References if you want to do it yourself:
https://msdn.microsoft.com/en-us/library/8bh11f1k.aspx
https://msdn.microsoft.com/en-us/library/79b3xss3.aspx

I made one a while ago, but it's for RunUO and might not be a direct porting to ServUO, plus, it's not fool proof and could use some optimization.
I could fix it and post it in the script releases if you desire.
 
Back