custom implementation
const factory LogFilter.custom( bool Function(LogEvent event) predicate, ) = LogFilterCustomImpl;