Uses of Class
com.vividsolutions.jump.workbench.Logger.LogLevel
-
Packages that use Logger.LogLevel Package Description com.vividsolutions.jump.workbench -
-
Uses of Logger.LogLevel in com.vividsolutions.jump.workbench
Methods in com.vividsolutions.jump.workbench that return Logger.LogLevel Modifier and Type Method Description static Logger.LogLevel
Logger.LogLevel. fromEquivalent(org.apache.log4j.Level equivalent)
static Logger.LogLevel
Logger. getLevel()
static Logger.LogLevel
Logger.LogLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static Logger.LogLevel[]
Logger.LogLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vividsolutions.jump.workbench with parameters of type Logger.LogLevel Modifier and Type Method Description static void
Logger. log(String msg, Throwable t, Logger.LogLevel logLevel, StackTraceElement calledFrom)
log msg, throwable with log level from one stack before the given StackTraceElement code location
-