Receiving trace() calls via the Administration API
The Administration API exposes many methods that allow for monitoring and administration of Flash Media Server. Evidently, the Administration Console provided with Flash Media Server uses this API via RTMP. It must then be possible to receive the log messages that are created when server-side actionscript calls the trace method as these messages are received by the Administration Console. But I cannot find any reference to this in the Administration API documentation. How can I pick up these messages?
For example, if you were to build your own administration console, as the documentation welcomes you to do, how would you replicate the "Live Log"?
