Uses of Enum
com.vividsolutions.jump.workbench.Logger.LogLevel
Packages that use Logger.LogLevel
-
Uses of Logger.LogLevel in com.vividsolutions.jump.workbench
Subclasses with type arguments of type Logger.LogLevel in com.vividsolutions.jump.workbenchMethods in com.vividsolutions.jump.workbench that return Logger.LogLevelModifier and TypeMethodDescriptionstatic Logger.LogLevelLogger.LogLevel.fromEquivalent(org.apache.log4j.Level equivalent) static Logger.LogLevelLogger.getLevel()static Logger.LogLevelReturns 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.LogLevelModifier and TypeMethodDescriptionstatic voidLogger.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