logger
field gives access to the Script loggerhelper
field gives access to the Script helper, if there is a helper registered with the script contextpublic void apply() { logger.append("Some text"); }
public void apply() { double result = helper.doSomeComputation(1.2d); context.echo(result); }
Copyright 2019-2020 Herve Girod. All Rights Reserved. Documentation and source under the BSD licence