Uses of Class
com.itextpdf.text.log.Level
-
Packages that use Level Package Description com.itextpdf.text.log -
-
Uses of Level in com.itextpdf.text.log
Methods in com.itextpdf.text.log that return Level Modifier and Type Method Description static Level
Level. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Level[]
Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.text.log with parameters of type Level Modifier and Type Method Description boolean
Logger. isLogging(Level level)
boolean
NoOpLogger. isLogging(Level level)
boolean
SysoLogger. isLogging(Level level)
-