Uses of Enum Class
io.higson.runtime.function.log.FunctionLogLevel
Packages that use FunctionLogLevel
Package
Description
-
Uses of FunctionLogLevel in io.higson.runtime.core.datasource.snapshot.function
Methods in io.higson.runtime.core.datasource.snapshot.function that return FunctionLogLevelModifier and TypeMethodDescriptionFunctionDetails.logLevel()Returns the value of thelogLevelrecord component.Constructors in io.higson.runtime.core.datasource.snapshot.function with parameters of type FunctionLogLevelModifierConstructorDescriptionFunctionDetails(int id, String code, int implId, String body, FunctionType type, List<FunctionArgumentModel> arguments, List<String> categories, FunctionLogLevel logLevel, String description) Creates an instance of aFunctionDetailsrecord class. -
Uses of FunctionLogLevel in io.higson.runtime.function.log
Methods in io.higson.runtime.function.log that return FunctionLogLevelModifier and TypeMethodDescriptionGets cached value from function with provided [code].static FunctionLogLevelFunctionLogLevel.getDefault()FunctionLogLevelResolver.getFunctionFinalLogLevel(Function function) static FunctionLogLevelFunctionLogLevel.ofNullable(String rawLogLevel) static FunctionLogLevelReturns the enum constant of this class with the specified name.static FunctionLogLevel[]FunctionLogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.higson.runtime.function.log that return types with arguments of type FunctionLogLevelModifier and TypeMethodDescriptionFunctionLogLevelResolver.getFunctionSystemLogLevel(String functionCode) Methods in io.higson.runtime.function.log with parameters of type FunctionLogLevelModifier and TypeMethodDescriptionvoidFunctionLogLevelCache.put(String code, FunctionLogLevel logLevel) The provided [logLevel] is cached for function with provided [code]. -
Uses of FunctionLogLevel in io.higson.runtime.model
Constructors in io.higson.runtime.model with parameters of type FunctionLogLevelModifierConstructorDescriptionFlowFunction(int id, int implId, String code, String body, Date lastupdate, FunctionLogLevel logLevel) Function(int id, int implId, String name, String type, Date lastupdate, int rvid, FunctionLogLevel logLevel) Function(int id, int implId, String name, String type, Date lastupdate, FunctionLogLevel logLevel) GroovyFunction(int id, int implId, String code, String args, String body, Date lastupdate, FunctionLogLevel logLevel) PythonFunction(int id, int implId, String code, String args, String body, Date lastUpdate, FunctionLogLevel logLevel) RhinoFunction(int id, int implId, String code, String args, String body, Date lastupdate, FunctionLogLevel logLevel)