SLO Revo News wrote:

For our app, I've written a simple class that does some logging to a pdb file (stream at the moment). What is the easiest way to convert that to a human-friendly text file?


I often log to a PDB file, one log message per record (not a stream), then set up a separate form with a simple scrolling list that displays the log contents, one record per line. I usually add a detail form if the messages are longer than can be viewed within a line. This is pretty simple and effective.


Thanks, for the suggestion, I will probably do that. However how would you take it a step further and convert it to something you could read on a desktop?


--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to