Forum Discussion

paulie's avatar
paulie
Occasional Contributor
11 years ago

getLogArea for TestCase Log

Is there a way to get the logArea of the TestCase Log i.e. the equivalent to
def logArea = com.eviware.soapui.SoapUI.logMonitor.getLogArea( "script log" )

This doesn't work for me
def logArea = com.eviware.soapui.SoapUI.logMonitor.getLogArea( "TestCase Log" )

Thanks