public static class HasWidgetsLogHandler
extends Object
A handler which can log to any widget which extends the HasWidgets interface.
This allows users to log to anywhere they would like in their UI - see the
LogConfiguration class for an example. Note that the widget passed in must
handle multiple calls to widget.add(widget) gracefully.
- See Also:
- Serialized Form