Uses of Class
net.sourceforge.tess4j.util.LoggerConfig
-
Packages that use LoggerConfig Package Description net.sourceforge.tess4j.util -
-
Uses of LoggerConfig in net.sourceforge.tess4j.util
Methods in net.sourceforge.tess4j.util that return LoggerConfig Modifier and Type Method Description static LoggerConfig
LoggerConfig. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LoggerConfig[]
LoggerConfig. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-