The documentation states that to create a custom Log Filter, I need to derive a class from LogFilter which " ... must also have CustomLogFilterData as the type specified as the value for the ConfigurationElementType attribute"
However, the attribute ConfigurationElementType does not exist in the namespace "Microsoft.Practices.EnterpriseLibrary.Logging.Filters".
When I try to setup the Filter in Enterprise Library Configuration, it says there is no class inheriting from LogFilter in my assembly, and I presume it's because of this missing attribute.
Does anybody know where the attribute can be found?