Forum Discussion
SmartBear_Suppo
Alumni
15 years agoHi,
hmm.. try adding the following line to your code:
log = java.util.logging.Logger.getLogger( "some logger" )
which will set the log object to a something that seems to be expected..
Does that help?
regards,
/Ole
SmartBear Software
hmm.. try adding the following line to your code:
log = java.util.logging.Logger.getLogger( "some logger" )
which will set the log object to a something that seems to be expected..
Does that help?
regards,
/Ole
SmartBear Software