public class TraceUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
LINE_SEPARATOR |
| Modifier | Constructor and Description |
|---|---|
private |
TraceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
trace(TraceChannel channel,
java.util.Collection collection)
Dump a collection to the specified TraceChannel.
|
static void |
trace(TraceChannel channel,
java.util.Map collection)
Dump a map to the specified TraceChannel.
|
static void |
trace(TraceChannel channel,
java.lang.Object[] array)
Dump an object array to the specified TraceChannel.
|
public static void trace(TraceChannel channel, java.util.Collection collection)
channel - The channel to write the information to.collection - The data to write.public static void trace(TraceChannel channel, java.util.Map collection)
channel - The channel to write the information to.collection - The data to write.public static void trace(TraceChannel channel, java.lang.Object[] array)
channel - The channel to write the information to.array - The data to write.