Uses of Class
com.contentful.java.cma.Logger.Level
-
Packages that use Logger.Level Package Description com.contentful.java.cma -
-
Uses of Logger.Level in com.contentful.java.cma
Methods in com.contentful.java.cma that return Logger.Level Modifier and Type Method Description static Logger.LevelLogger.Level. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Logger.Level[]Logger.Level. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.contentful.java.cma with parameters of type Logger.Level Modifier and Type Method Description CMAClient.BuilderCMAClient.Builder. setLogLevel(Logger.Level logLevel)Sets the log level for this client.
-