Uses of Class
io.higson.runtime.function.log.FunctionLoggerCreator
Packages that use FunctionLoggerCreator
Package
Description
-
Uses of FunctionLoggerCreator in io.higson.runtime.function.groovy.shell
Constructors in io.higson.runtime.function.groovy.shell with parameters of type FunctionLoggerCreatorModifierConstructorDescriptionCachedGroovyShell(FunctionLoggerCreator functionLoggerCreator) CachedGroovyShell(FunctionLoggerCreator functionLoggerCreator, boolean groovySecured) CachedGroovyShell(FunctionLoggerCreator functionLoggerCreator, boolean groovySecured, boolean indy) -
Uses of FunctionLoggerCreator in io.higson.runtime.invoker
Constructors in io.higson.runtime.invoker with parameters of type FunctionLoggerCreatorModifierConstructorDescriptionGroovyFunctionInvoker(FunctionLoggerCreator functionLoggerCreator, boolean groovySecured, boolean indy) RhinoFunctionInvoker(FunctionLoggerCreator functionLoggerCreator) -
Uses of FunctionLoggerCreator in io.higson.runtime.invoker.python
Constructors in io.higson.runtime.invoker.python with parameters of type FunctionLoggerCreatorModifierConstructorDescriptionPythonFunctionInvoker(PythonProvider pythonProvider, FunctionLoggerCreator functionLoggerCreator)