Uses of Class
org.bonitasoft.web.client.log.LogContentLevel
-
Packages that use LogContentLevel Package Description org.bonitasoft.web.client org.bonitasoft.web.client.log -
-
Uses of LogContentLevel in org.bonitasoft.web.client
Methods in org.bonitasoft.web.client with parameters of type LogContentLevel Modifier and Type Method Description TBonitaClientBuilder. logContentLevel(LogContentLevel level)Configure the client log level. -
Uses of LogContentLevel in org.bonitasoft.web.client.log
Methods in org.bonitasoft.web.client.log that return LogContentLevel Modifier and Type Method Description static LogContentLevelLogContentLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static LogContentLevel[]LogContentLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-