Uses of Interface
de.hybris.platform.util.logging.HybrisLogFilter
-
Packages that use HybrisLogFilter Package Description de.hybris.platform.impex.jalo de.hybris.platform.util.logging -
-
Uses of HybrisLogFilter in de.hybris.platform.impex.jalo
Classes in de.hybris.platform.impex.jalo that implement HybrisLogFilter Modifier and Type Class Description classImpExLogFilterThe 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 HybrisLogFilter Modifier and Type Method Description static java.util.List<HybrisLogFilter>HybrisLogger. getFilters()Methods in de.hybris.platform.util.logging with parameters of type HybrisLogFilter Modifier and Type Method Description static 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.
-