Hi Juan,
I looked at the Console class but didn't see these .. I think this will do it. Is there any documentation on them?
I think the call BeginLog is used to place all console messages to an array and endlog is used to stop it, and the contents of the byte array can then be written to a file.
If so, then if for example, AperturePhotometry, which calls other scripts is used, will the beginlog carry over into those scripts also, or is it capturing only the script it is called from?