Uses of Package
logahawk.listeners

Packages that use logahawk.listeners
logahawk   
logahawk.formatters   
logahawk.listeners   
logahawk.swing   
 

Classes in logahawk.listeners used by logahawk
ListenerContainer
          Defines a Listener that contains other Listener instances.
LogMeta
          Describes the additional data that accompanies a log statement: when it occurred, severity, who caused it, etc.
LogMetaProvider
          Controls the creation LogMeta instances.
 

Classes in logahawk.listeners used by logahawk.formatters
LogMeta
          Describes the additional data that accompanies a log statement: when it occurred, severity, who caused it, etc.
 

Classes in logahawk.listeners used by logahawk.listeners
AppendableListener
          Allows logging to any Appendable destination object, such as Writer, StringBuffer, or StringBuilder.
DefaultLogMeta
          Default LogMeta implementation.
DefaultLogMetaProvider
          Implements the LogMetaProvider interface by returning DefaultLogMeta instances.
FilterListener
          A generic filtering Listener.
FilterListener.Filter
          Accepts or rejects the provided log statement.
Listener
          This describes a class that consumes log messages from the Logger class.
ListenerContainer
          Defines a Listener that contains other Listener instances.
LogListenerEntry
          Very similar to the LogEntry, this class contains a formatted message String (from the original Object array, and a LogMeta instance.
LogMeta
          Describes the additional data that accompanies a log statement: when it occurred, severity, who caused it, etc.
LogMetaProvider
          Controls the creation LogMeta instances.
ProxyListener
          Abstract base class creating proxy Listener implementations.
StreamListener
          A Listener that outputs log messages to the provided stream.
 

Classes in logahawk.listeners used by logahawk.swing
Listener
          This describes a class that consumes log messages from the Logger class.
LogMeta
          Describes the additional data that accompanies a log statement: when it occurred, severity, who caused it, etc.
ProxyListener
          Abstract base class creating proxy Listener implementations.