Package de.infinityloop.util.log

Interface Summary
LogBroadcaster This interface allows registering as a LogListener.
LogListener A class that wants to subscribe to a LogBroadcaster must implement this interface.
 

Class Summary
LogBroadcasterImpl A default implementation of a LogBroadcaster that handles all the housekeeping.
LogEvent Holds the full information of a log message.
LogEventAggregator A Log Event broker that collects messages from several different log sources and to which listeners can subscribe as a single point of log event source.
LogEventCollector A NotificationCollector is used for globally collecting notifications, errors, warnings over the app's run to be able to identify them later in some collected form for evaluation.
LoggingBridge This class acts as a logging system bridge bridge (yeah, twice!
LogListenerImpl A basic LogListener implementation.
LogSource This class is a proxy to logging to some underlying logging framework, but also passing on log entries to subscribed classes (e.g. a window, etc.).
StaticLogger This is the one and only class that attracts all Logging from classes not tied by reference to any other upCast classes that build a logging chain (app (converter ( module+ ) )+ ){1}.