Uses of Enum Class
org.javalite.activejdbc.logging.LogLevel
-
Uses of LogLevel in org.javalite.activejdbc.logging
Modifier and TypeMethodDescriptionstatic LogLevel
Returns the enum constant of this class with the specified name.static LogLevel[]
LogLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
void
void
void
ActiveJDBCLogger.log(org.slf4j.Logger logger, LogLevel logLevel, String log, Object param1, Object param2)
default void
Default implementation of lazy log message building for backward compatibility.static void
static void
static void
static void
LogFilter.log(org.slf4j.Logger logger, LogLevel logLevel, String log, Object param1, Object param2)
static void