To start to work with filterify, you just need to have some Pydantic model you want to have as filters.
If console.filterify is defined, it will be called with the console method (such as log, warn, error, dir) as first argument and the original console arguments as an array as the second argument. This ...