java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.util.ContextUtil
-
Field Summary
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addFrameworkPackage
(List<String> frameworkPackages, String packageName) void
addGroovyPackages
(List<String> frameworkPackages) void
Add a shutdown hook thread with the JVM runtime.void
addProperties
(Properties props) getFilenameCollisionMap
(Context context) static Map
<String, FileNamePattern> getFilenamePatternCollisionMap
(Context context) Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
ContextUtil
-
-
Method Details
-
addProperties
-
getFilenameCollisionMap
-
getFilenamePatternCollisionMap
-
addGroovyPackages
-
addFrameworkPackage
-
addOrReplaceShutdownHook
Add a shutdown hook thread with the JVM runtime. If a previous shutdown hook thread was registered, it is replaced.- Parameters:
hook
-- Since:
- 1.5.7
-