Module org.jboss.logmanager
Class FilterExpressions
java.lang.Object
org.jboss.logmanager.configuration.filters.FilterExpressions
Helper class to parse filter expressions.
- Author:
- James R. Perkins
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Filterparse(LogContext logContext, String expression) Pareses a filter expression and returns the parsed filter.
-
Constructor Details
-
FilterExpressions
public FilterExpressions()
-
-
Method Details
-
parse
Pareses a filter expression and returns the parsed filter.- Parameters:
logContext- the log context this filter is forexpression- the filter expression- Returns:
- the created filter
-