Uses of Enum Class
pl.decerto.hyperon.runtime.function.log.FunctionLogLevel
Packages that use FunctionLogLevel
-
Uses of FunctionLogLevel in pl.decerto.hyperon.runtime.function.log
Methods in pl.decerto.hyperon.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 pl.decerto.hyperon.runtime.function.log that return types with arguments of type FunctionLogLevelModifier and TypeMethodDescriptionFunctionLogLevelResolver.getFunctionSystemLogLevel(String functionCode) Methods in pl.decerto.hyperon.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 pl.decerto.hyperon.runtime.model
Constructors in pl.decerto.hyperon.runtime.model with parameters of type FunctionLogLevelModifierConstructorDescriptionFunction(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)