|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlogahawk.Utils
public final class Utils
Provides various utility functions for the classes in this package.
Method Summary | |
---|---|
static void |
addStandardFormatters(SimpleLogger logger)
Adds all standard SignatureFormatter and ArgumentFormatter that exist in the "formatters" package. |
static void |
addStandardFormatters(SimpleLogger logger,
Collection<SignatureFormatter> signatureFormatters,
Collection<ArgumentFormatter> argumentFormatters)
Adds all standard Signature and Argument Formatters that exist in the "formatters" package. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void addStandardFormatters(SimpleLogger logger)
SignatureFormatter
and ArgumentFormatter
that exist in the "formatters" package.
public static void addStandardFormatters(SimpleLogger logger, Collection<SignatureFormatter> signatureFormatters, Collection<ArgumentFormatter> argumentFormatters)
signatureFormatters
- SignatureFormatter
s that will be added before adding the standard SignatureFormatter
s.argumentFormatters
- ArgumentFormatter
s that will be added before adding the standard ArgumentFormatter
s.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |