Uses of Package
logahawk.formatters

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

Classes in logahawk.formatters used by logahawk
ArgumentFormatter
          This class helps format individual objects (the arguments) provided to the log methods into simple String messages that can be written to the log.
ArgumentFormatterContainer
          A container class for ArgumentFormatters.
SignatureFormatter
          This class can rearrange and format the entirety a log message.
SignatureFormatterContainer
          A container class for SignatureFormatters.
 

Classes in logahawk.formatters used by logahawk.formatters
AbstractArgumentFormatter
          Useful base class for ArgumentFormatters.
AbstractCollectionArgFormatter
          Abstract base class for ArgumentFormatters that writes each object in the Collections on a single line.
ArgumentFormatter
          This class helps format individual objects (the arguments) provided to the log methods into simple String messages that can be written to the log.
ArgumentFormatterContainer
          A container class for ArgumentFormatters.
CollectionArgFormatter
          Formats Collections of objects by deferring each instance in the collection to the provided formatters.
ConcatCollectionArgFormatter
          Concatonates all objects in the Collections together into a single String.
HashedMessageFormatter
          Calculates a hash of the log message, and prepends that has to the message.
HashedMessageFormatter.HashMessagePair
          Helper class that holds the hash and original message separately.
MessageFormatter
          Formats a LogMeta and String message into a single string.
ParentObjectArgFormatter
          Formats the object and its parents allowing one to see an object's context in relation to other objects.
SignatureFormatter
          This class can rearrange and format the entirety a log message.
SignatureFormatterContainer
          A container class for SignatureFormatters.
ThrowableArgFormatter
          This formatter can handle "Throwable" objects -- namely Exceptions.
 

Classes in logahawk.formatters used by logahawk.listeners
MessageFormatter
          Formats a LogMeta and String message into a single string.
 

Classes in logahawk.formatters used by logahawk.swing
MessageFormatter
          Formats a LogMeta and String message into a single string.