Uses of Class
org.apache.logging.log4j.core.filter.MutableThreadContextMapFilter.Builder
-
Packages that use MutableThreadContextMapFilter.Builder Package Description org.apache.logging.log4j.core.filter Log4j 2 Filter support. -
-
Uses of MutableThreadContextMapFilter.Builder in org.apache.logging.log4j.core.filter
Methods in org.apache.logging.log4j.core.filter that return MutableThreadContextMapFilter.Builder Modifier and Type Method Description static MutableThreadContextMapFilter.Builder
MutableThreadContextMapFilter. newBuilder()
MutableThreadContextMapFilter.Builder
MutableThreadContextMapFilter.Builder. setConfigLocation(String configLocation)
Sets the configuration to use.MutableThreadContextMapFilter.Builder
MutableThreadContextMapFilter.Builder. setConfiguration(Configuration configuration)
Sets the Configuration.MutableThreadContextMapFilter.Builder
MutableThreadContextMapFilter.Builder. setPollInterval(long pollInterval)
Set the frequency in seconds that changes to the list a ThreadContext valudes should be checked.
-