Uses of Package
logahawk

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

Classes in logahawk used by logahawk
AbstractContainer
          An abstract base class to help implement the various container classes such as ArgumentFormatterContainer, SignatureFormatterContainer, ListenerContainer, etc.
AbstractLogger
          An implementation of Logger that redirects all the Severity specific methods to the general Logger.log(Severity, Object...) method.
FilterLogger
          A generic filtering Logger.
FilterLogger.Filter
          Accepts or rejects the provided log statement.
Indentor
          Create the indent String for ArgumentFormatters for use in multi-line results.
LogEntry
          Represents a single, un-formatted log entry.
Logger
          The core logging class.
LoggerRegistry
          Provides access to Loggers instances based on String keys or Class.getName().
MultiLogger
          A Logger implementation that forwards all logging messages to other Logger instances.
ProxyLogger
          Abstract base class creating proxy Logger implementations.
Severity
          Defines all Severity levels for log messages.
SeverityFilter
          Helper class to filter out log messages based on Severity.
SimpleIndentor
          Simple implementation of Indentor that repeats a provided string for the indent.
SimpleLogger
          A simple implementation of Logger.
 

Classes in logahawk used by logahawk.formatters
AbstractContainer
          An abstract base class to help implement the various container classes such as ArgumentFormatterContainer, SignatureFormatterContainer, ListenerContainer, etc.
Indentor
          Create the indent String for ArgumentFormatters for use in multi-line results.
 

Classes in logahawk used by logahawk.listeners
AbstractContainer
          An abstract base class to help implement the various container classes such as ArgumentFormatterContainer, SignatureFormatterContainer, ListenerContainer, etc.
Severity
          Defines all Severity levels for log messages.
SeverityFilter
          Helper class to filter out log messages based on Severity.
 

Classes in logahawk used by logahawk.swing
Severity
          Defines all Severity levels for log messages.