Forum Discussion
omatzura
18 years agoSuper Contributor
Hi Joey,
maybe you can create a groovy-script first in your testcase that gets the loggers' FileAppender and calls its activateOptions method? ie
Logger.getLogger(..).getAppender( .. ).activateOptions()
which should reset the log (if I understand the javadocs correctly)!?
Hope this helps!
regards,
/Ole
eviware.com
maybe you can create a groovy-script first in your testcase that gets the loggers' FileAppender and calls its activateOptions method? ie
Logger.getLogger(..).getAppender( .. ).activateOptions()
which should reset the log (if I understand the javadocs correctly)!?
Hope this helps!
regards,
/Ole
eviware.com