|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.gargoylesoftware.base.trace.TraceUtil
A collection of utility methods dealing with tracing.
Method Summary | |
static void |
trace(TraceChannel channel,
Collection collection)
Dump a collection to the specified TraceChannel. |
static void |
trace(TraceChannel channel,
Map collection)
Dump a map to the specified TraceChannel. |
static void |
trace(TraceChannel channel,
Object[] array)
Dump an object array to the specified TraceChannel. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void trace(TraceChannel channel, Collection collection)
channel
- The channel to write the information to.collection
- The data to write.public static void trace(TraceChannel channel, Map collection)
channel
- The channel to write the information to.collection
- The data to write.public static void trace(TraceChannel channel, Object[] array)
channel
- The channel to write the information to.array
- The data to write.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |