org.incava.qualog
Class QlCollection

java.lang.Object
  extended by org.incava.qualog.QlCollection

public class QlCollection
extends java.lang.Object

Wraps Collections for output.


Constructor Summary
QlCollection()
           
 
Method Summary
static boolean stack(org.incava.qualog.QlLevel level, ANSIColor[] msgColors, java.lang.String name, java.util.Collection c, ANSIColor fileColor, ANSIColor classColor, ANSIColor methodColor, int numFrames)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QlCollection

public QlCollection()
Method Detail

stack

public static boolean stack(org.incava.qualog.QlLevel level,
                            ANSIColor[] msgColors,
                            java.lang.String name,
                            java.util.Collection c,
                            ANSIColor fileColor,
                            ANSIColor classColor,
                            ANSIColor methodColor,
                            int numFrames)