Uses of Interface
de.hybris.platform.util.logging.HybrisLogFilter
Packages that use HybrisLogFilter
-
Uses of HybrisLogFilter in de.hybris.platform.impex.jalo
Classes in de.hybris.platform.impex.jalo that implement HybrisLogFilterModifier and TypeClassDescriptionclassThe log filter of ImpEx which adds to each log the current location of the ImpEx reader. -
Uses of HybrisLogFilter in de.hybris.platform.util.logging
Methods in de.hybris.platform.util.logging that return types with arguments of type HybrisLogFilterMethods in de.hybris.platform.util.logging with parameters of type HybrisLogFilterModifier and TypeMethodDescriptionstatic voidHybrisLogger.addFilter(HybrisLogFilter newFilter) Adds a log filter to the static list of filters.static voidHybrisLogger.addFilterFirst(HybrisLogFilter newFilter) Adds a log filter to the static list of filters.static booleanHybrisLogger.removeFilter(HybrisLogFilter toRemove) Removes a filter from the list of filters and therefore will not be called anymore.