>> What do you mean with 'toggle'?
>
> In one of the previous mail, you mentioned that you wanted to print
> FT_COMPONENTS along with actual log message only when there is some
> string present in the FT2_DEBUG env variable. Therefore, I wanted
> to ask about what exactly do you have in your mind about controlling
> this behaviour, so that I could try to implement it...
Thanks. For simplicity, let's assume that the addition of an argument
`-v` to `FT2_DEBUG` activates the output of the `FT_COMPONENTS`
strings in square brackets. Example:
FT2_DEBUG="any:7 -v"
Werner