Uses of Class
bb.util.logging.HandlerAbstract

Packages that use HandlerAbstract
bb.util.logging Provides classes which augment the JDK logging framework
 

Uses of HandlerAbstract in bb.util.logging
 

Subclasses of HandlerAbstract in bb.util.logging
 class HandlerAudio
          Plays a major error sound if a Level.SEVERE LogRecord is encountered, plays a minor error sound if a Level.WARNING LogRecord is encountered, or plays a notify sound if any other LogRecord is encountered.
 class HandlerConsole
          Same as ConsoleHandler except that instead of always logging to System.err, this class only logs serious issues to System.err while non-serious issues get logged to System.out.
 class HandlerEmail
          Logs to an email account.
 class HandlerGui
          Logs to a GUI window.