Hi, I'm curious if there's a way to get the ComponentLog to output to StandardOut during a Unit Test.
I see I can access them when I call testRunner.getLogger().getErrorMessages(), however, I'd really like to see a stacktrace if it happens without having to iterate through an array to find it. I feel like I'm just missing something obvious here, I'd appreciate any advice. Thanks, Ryan
