Uses of Enum Class
org.dspace.scripts.ProcessLogLevel
Packages that use ProcessLogLevel
-
Uses of ProcessLogLevel in org.dspace.scripts
Methods in org.dspace.scripts that return ProcessLogLevelModifier and TypeMethodDescriptionstatic ProcessLogLevelReturns the enum constant of this class with the specified name.static ProcessLogLevel[]ProcessLogLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.dspace.scripts with parameters of type ProcessLogLevelModifier and TypeMethodDescriptionvoidProcessServiceImpl.appendLog(int processId, String scriptName, String output, ProcessLogLevel processLogLevel) -
Uses of ProcessLogLevel in org.dspace.scripts.service
Methods in org.dspace.scripts.service with parameters of type ProcessLogLevelModifier and TypeMethodDescriptionvoidProcessService.appendLog(int processId, String scriptName, String output, ProcessLogLevel processLogLevel) This method will append the given output to theProcessits logs