MemoryBufferAppender
. This appender logs to the memory. This could either be a cyclic buffer or a buffer with a fixed size. When the fixed buffer is filled, the logging stops. You get the log by calling the method getLogBuffer()
. The method returns a Vector of the logged String objects. It is then up to you to show the log in some useful way, for example showing it as a list in your MIDlet. I hope that the MemoryBufferAppender
is something that you feel is useful.The snapshot release could be found here.
No comments:
Post a Comment