The 'properties' param is converted to event properties, which are set on every event processed by the filter.
Individual properties are only set if they do not already exist on the logging event (will not override existing properties).
This class relies on the convention that property name/value pairs are equals-symbol delimited, and each name/value pair is comma-delimited
Example properties param: somename=somevalue,anothername=anothervalue,thirdname=third value
| Public Member Functions | |
| PropertyFilter () | |
| ~PropertyFilter () | |
| void | setProperties (const LogString &props) | 
| FilterDecision | decide (const spi::LoggingEventPtr &event) const | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
If the decision is  
 
 
 Implements Filter. | 
| 
 | 
| 
 |