Uses of Class
logahawk.listeners.ProxyListener

Packages that use ProxyListener
logahawk.listeners   
logahawk.swing   
 

Uses of ProxyListener in logahawk.listeners
 

Subclasses of ProxyListener in logahawk.listeners
 class FailSafeListener
          A special Listener designed to handle exceptions thrown by the Listener.log(LogMeta, String) method.
 class FilterListener
          A generic filtering Listener.
 class LengthTruncatingListener
          Truncates long messages based on length, replacing the truncated text with an ellipsis (or other indicator).
 class LineTruncatingListener
          Truncates long multi-line messages, replacing the truncated lines with an ellipsis (or other indicator).
 class SafeListener
          A special Listener will swallow any Exceptions thrown by the Listener.log(LogMeta, String) method.
 class SeverityFilterListener
          This wraps another Logger only filters out log requests whose Severity that are disabled.
 

Uses of ProxyListener in logahawk.swing
 

Subclasses of ProxyListener in logahawk.swing
 class EventDispatchThreadListener
          Ensures that the proxied Listener is only called on the EDT.