Uses of Class
logahawk.SimpleLogger

Packages that use SimpleLogger
logahawk   
 

Uses of SimpleLogger in logahawk
 

Methods in logahawk with parameters of type SimpleLogger
static void Utils.addStandardFormatters(SimpleLogger logger)
          Adds all standard SignatureFormatter and ArgumentFormatter that exist in the "formatters" package.
static void Utils.addStandardFormatters(SimpleLogger logger, Collection<SignatureFormatter> signatureFormatters, Collection<ArgumentFormatter> argumentFormatters)
          Adds all standard Signature and Argument Formatters that exist in the "formatters" package.