NoMsgNotifier is a LeveledNotifier that’s used as the default notifier when creating a new CompositeNotifier.
This notifier is used as the zero index, or level 0, for CompositeNotifier#notifiers, and will not output messages of any sort.
Methods
Class Public methods
new() Link
Creates a new notifier that should not be used to output messages.
Instance Public methods
notify?() Link
Ensures notifications are ignored, see AbstractNotifier#notify? for more information.