Uses of Class
org.dspace.scripts.ProcessLogLevel
-
Packages that use ProcessLogLevel Package Description org.dspace.scripts org.dspace.scripts.service -
-
Uses of ProcessLogLevel in org.dspace.scripts
Methods in org.dspace.scripts that return ProcessLogLevel Modifier and Type Method Description static ProcessLogLevelProcessLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessLogLevel[]ProcessLogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.dspace.scripts with parameters of type ProcessLogLevel Modifier and Type Method Description voidProcessServiceImpl. 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 ProcessLogLevel Modifier and Type Method Description voidProcessService. appendLog(int processId, String scriptName, String output, ProcessLogLevel processLogLevel)This method will append the given output to theProcessits logs
-