public class TraceUtil extends Object
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 1998–2014 Gargoyle Software Inc.. All rights reserved.