com.gargoylesoftware.base.trace
public class TraceUtil extends Object
Version: $Revision: 1.3 $
Field Summary | |
---|---|
static String | LINE_SEPARATOR |
Constructor Summary | |
---|---|
TraceUtil() |
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. |
Parameters: channel The channel to write the information to. collection The data to write.
Parameters: channel The channel to write the information to. collection The data to write.
Parameters: channel The channel to write the information to. array The data to write.