Uses of Class
de.infinityloop.util.log.NotificationCollector

Packages that use NotificationCollector
de.infinityloop.util   
de.infinityloop.util.log   
 

Uses of NotificationCollector in de.infinityloop.util
 

Methods in de.infinityloop.util that return NotificationCollector
 NotificationCollector ILException.extractSignificantEntries(int[] types, int[] including, int[] excluding)
          This method tells whether this exception contains a LogEntry that is significant for you.
 NotificationCollector ILException.getEntries()
          get the entries of this exception as a List
 NotificationCollector ILException.getEntriesByType(int type)
          Returns an ArrayList object that holds all those LogEntry objects that are of the specified type.
 

Constructors in de.infinityloop.util with parameters of type NotificationCollector
ILException(NotificationCollector coll)
          Constructor
 

Uses of NotificationCollector in de.infinityloop.util.log
 

Fields in de.infinityloop.util.log declared as NotificationCollector
protected  NotificationCollector LoggerDelegate.collector
          The collector object for notifications/errors/warnings, possibly wrapped into an ILException at some later time.
 

Methods in de.infinityloop.util.log that return NotificationCollector
 NotificationCollector LoggerProxy.getCollector()
          Retrieves this Logger's notification collector
 NotificationCollector LoggerDelegate.getCollector()
          Retrieves this Logger's notification collector
 

Methods in de.infinityloop.util.log with parameters of type NotificationCollector
static LoggerProxy LoggerProxy.getLogger(java.lang.Class c, NotificationCollector coll, LoggerConfiguration con)
           
static LoggerProxy LoggerProxy.getLogger(java.lang.String name, NotificationCollector coll)
           
 void LoggerProxy.setCollector(NotificationCollector c)
          Sets a new notification collector object for this ld proxy.
 void LoggerDelegate.setCollector(NotificationCollector c)
          Sets a new notification collector object for this logger proxy.
 

Constructors in de.infinityloop.util.log with parameters of type NotificationCollector
LoggerProxy(NotificationCollector coll, LoggerConfiguration lc, LoggerDelegate deleg)
          Default constructor.