I've written an API and currently am looking at what is the best way to provide logging for the system.
We want to be able to have an overview of the calls being made, if particular calls are being hit very often and such.
What is the best way to log and present all this information simply?
Simply wondering if there are any pre-built or commonly used solutions with APIs that encompass what I am looking for.