Forum Discussion

neoritter's avatar
17 years ago

Groovy Log (clear)

Hi I was wondering if there was a way to clear the groovy log from within a project. I haven't found anything on the internet or here yet that does anything of the sort. Any help would be appreciated. Thanks!

1 Reply

  • Hello,

    You can programatically clear a log by running the following line in a groovy script:


    com.eviware.soapui.SoapUI.logMonitor.getLogArea("script log").clear()


    Regards,
    Dain
    eviware support