|
|
OpenEdge.Logging.Filter.ILoggerFilter NewFilter ()
|
/* Creates the instance.
@return ILoggerFilter A filter instance */
|
|
|
SetPropValuesFromConfig (ILoggerFilter)
|
/* Sets any publicly writable property values from saved configuration.
Only properties of certain data types are set:
- character
- character[]: The property must be indeterminate or the extents of the config value and property must be equal
- decimal
- datetime-tz
- logical
- Progress.Lang.Object: The config type is checked against the property type
If property values cannot be set, for any reason, they are simply skipped.
@param ILoggerFilter The filter instance on which to set values */
|