|
virtualinherited |
Dump the content of the frame in a file (for debugging)
A file is open the first time this method is called. Once open, any new call will write the frame in this file so that all the frame will be in it. If you want to change close the file and open a new one, set anew to true.
The file is open in append mode, so remember to delete it if you don't want to keep previous records.
Implements ADF::Frame.