Class PropertiesBasedTraceFilter

java.lang.Object
org.aoju.bus.tracer.config.PropertiesBasedTraceFilter
All Implemented Interfaces:
TraceFilterConfig

public final class PropertiesBasedTraceFilter extends Object implements TraceFilterConfig
A TraceFilterConfiguration that is based on a PropertyChain. The default property chain may be obtained by the loadPropertyChain() method.
Since:
Java 17+
Author:
Kimi Liu