def_notifier(level, prefix = "")
Instance Public methods
Creates a new LeveledNotifier in the composite notifiers group.
The given prefix
will be assigned to the notifier, and
level
will be used as the index of the notifiers Array.
This method returns the newly created instance.
Please login to continue.