Accessing stdout when current-output-port parameter is overridden

How do I access stdout when I'm in a parameterize context where current-output-port is set to something other than stdout?

Your code should stash it into a different parameter just before it parameterizes current-output-port`. Then use this additional parameter to get old stdout.

Thank you.