I am planning to add a logging subroutine, which will write variables, etc, to a file. Now, since I know there's going to be a rather big data output (I estimate it around 100mb or a bit more) I was wondering whether it is appropriate to use randomAccess. Thank you.