RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Verbose logging to files, listener, or database

lewism

Wanderer
Verbose logging to files, listener, or database

I would like to see a lot of different types of logging, or more ways to get at the data (such as web services). From this, I could generate reports on a website, like a top ten list of the most kills, who has been on the most in the past week/month/year, who has died the most, who has highest noteriety, who is currently online. How many new player accounts were created today, last week, last year, etc.

Or at least, make a hook available for tracing all of these things and allow me to create objects that will listen for these events so I can choose what to do with the information you send out. I could save it to a database and do the reporting with stored procedures.
 
Top