ScopeFilter¶
-
public class
ScopeFilter
implements Filter¶ A filter that only accepts events from a scope and all its subscopes.
- Author
swrede, jwienke
Constructors¶
ScopeFilter¶
-
public
ScopeFilter
(Scope scope)¶ Constructor.
- Parameters
scope – the desired scope, not
null
- Throws
IllegalArgumentException – scope is
null