Any way to Trace everything to textfield?

Is there a way to trace every single thing, error messages, etc into a textfield without having to add it manually to each trace?

Basically I have 50+ traces, and want it all to go into a textField with one command. If I write more traces, I just simply write "trace(“anything I want to trace”) and without telling it about the textField, it prints out because I told it to in that one command in the beginning of my class. :deathstar::ne::yoshi: