Lets you configure which types of messages will be shown. The module uses
bitmask to filter which
types of messages should be shown. E.g. if you only want warning messages
to be shown, pass 2 to the function, if you want warning and success to be
shown, pass 10 (2+8). By passing the sum of all, 63, you'll show all
types of messages.
Lets you configure which types of messages will be shown. The module uses bitmask to filter which types of messages should be shown. E.g. if you only want warning messages to be shown, pass 2 to the function, if you want warning and success to be shown, pass 10 (2+8). By passing the sum of all, 63, you'll show all types of messages.