Uses of Class
com.contentful.java.cda.Logger.Level
-
Packages that use Logger.Level Package Description com.contentful.java.cda -
-
Uses of Logger.Level in com.contentful.java.cda
Methods in com.contentful.java.cda 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.cda with parameters of type Logger.Level Modifier and Type Method Description CDAClient.BuilderCDAClient.Builder. setLogLevel(Logger.Level logLevel)Sets a custom logger level.
-