Package net.sf.jstuff.core.logging
Class LoggerConfig
java.lang.Object
net.sf.jstuff.core.logging.LoggerConfig
- Author:
- Sebastian Thomschke
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic booleanstatic voidsetAddLocationToDebugMessages(boolean enabled) static voidsetCompactExceptionLogging(boolean enabled) static voidsetPreferSLF4J(boolean value) static voidsetSanitizeStackTraces(boolean enabled)
-
Method Details
-
isAddLocationToDebugMessages
public static boolean isAddLocationToDebugMessages() -
isCompactExceptionLoggingEnabled
public static boolean isCompactExceptionLoggingEnabled() -
isPreferSLF4J
public static boolean isPreferSLF4J() -
isSanitizeStrackTracesEnabled
public static boolean isSanitizeStrackTracesEnabled() -
isSLF4JAvailable
public static boolean isSLF4JAvailable() -
isUsingSLF4J
public static boolean isUsingSLF4J() -
setAddLocationToDebugMessages
public static void setAddLocationToDebugMessages(boolean enabled) -
setCompactExceptionLogging
public static void setCompactExceptionLogging(boolean enabled) -
setPreferSLF4J
public static void setPreferSLF4J(boolean value) -
setSanitizeStackTraces
public static void setSanitizeStackTraces(boolean enabled)
-