Interface | Description | |
---|---|---|
LoggerListener | LoggerListener is the interface to be implemented for an object to be used as a listener for the Logger class. |
Class | Description | |
---|---|---|
DataGridAppender | The DataGridAppender is a simple LoggerListener implementation that extends the ArrayCollection class. | |
Logger | The flex client library internal logging is based on both the native mx.logging interface and the com.lightstreamer.as_client.logger interface. | |
TraceAppender | The TraceAppender is a simple LoggerListener implementation that writes log lines received from the loggers to which it was added through the "trace" method supplied by Flash. |