-
Notifications
You must be signed in to change notification settings - Fork 271
Description
Bug Report or Feature Request (mark with an x)
- [ ] bug report -> please search issues before submitting
- [ X] feature request
Desired functionality.
The ACE project is growing rapidly and we need the ability to expose diagnostic information from ACE.Server for 3rd party tools to access.
Such data exposed might be:
Number of players connected
Player locations
Landblock states
Chat
Physics Information
Debugging
We used to have an ACE.Diagnostics project that collected information from ACE.Server, but that was removed because the implementation required ACE.Server to have a direct reference to the ACE.Diagnostics project.
ACE.Server should not require a direct reference to the 3rd party tools collecting the information.
Perhaps an ACE.Diagnostics library is created that is used for the API.
We need someone to help us model the base implementation so that we can build on it as the project grows.