Class Loggers
java.lang.Object
org.mariadb.jdbc.util.log.Loggers
Loggers factory
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final classprivate static classJDK wrapperprivate static interfaceprivate static classprivate static class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringset if console must log debug levelstatic final Stringdefined if using JDK if sfl4j is not present.private static Loggers.LoggerFactoryfactorystatic final Stringdisable loggingstatic final String!! testing only !! permit to disable SLF4J implementation even if SLF4j is present -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FALLBACK_PROPERTY
defined if using JDK if sfl4j is not present. possible values: JDK/CONSOLE- See Also:
-
CONSOLE_DEBUG_PROPERTY
-
TEST_ENABLE_SLF4J
!! testing only !! permit to disable SLF4J implementation even if SLF4j is present- See Also:
-
NO_LOGGER_PROPERTY
-
LOGGER_FACTORY
factory
-
-
Constructor Details
-
Loggers
public Loggers()
-
-
Method Details
-
getLogger
-
getLogger
-
init
public static void init()Initialize factory
-