Package | Description |
---|---|
org.incava.qualog |
Modifier and Type | Field and Description |
---|---|
static ANSIColor |
ANSIColor.BLACK |
static ANSIColor |
Qualog.BLACK
The code for black text.
|
static ANSIColor |
ANSIColor.BLINK |
static ANSIColor |
Qualog.BLINK
The code for the blink attribute.
|
static ANSIColor |
ANSIColor.BLUE |
static ANSIColor |
Qualog.BLUE
The code for blue text.
|
static ANSIColor |
ANSIColor.BOLD |
static ANSIColor |
Qualog.BOLD
The code for bold decoration.
|
static ANSIColor |
ANSIColor.CONCEALED |
static ANSIColor |
Qualog.CONCEALED
The code for hidden text.
|
static ANSIColor |
ANSIColor.CYAN |
static ANSIColor |
Qualog.CYAN
The code for cyan text.
|
static ANSIColor |
ANSIColor.GREEN |
static ANSIColor |
Qualog.GREEN
The code for green text.
|
static ANSIColor |
ANSIColor.MAGENTA |
static ANSIColor |
Qualog.MAGENTA
The code for magenta text.
|
static ANSIColor |
Qualog.NO_COLOR
An object denoting no color.
|
static ANSIColor[] |
Qualog.NO_COLORS
An array denoting no colors.
|
static ANSIColor |
ANSIColor.NONE |
static ANSIColor |
Qualog.NONE
The code for no color applied.
|
static ANSIColor |
ANSIColor.ON_BLACK |
static ANSIColor |
Qualog.ON_BLACK
The code for black background.
|
static ANSIColor |
ANSIColor.ON_BLUE |
static ANSIColor |
Qualog.ON_BLUE
The code for blue background.
|
static ANSIColor |
ANSIColor.ON_CYAN |
static ANSIColor |
Qualog.ON_CYAN
The code for cyan background.
|
static ANSIColor |
ANSIColor.ON_GREEN |
static ANSIColor |
Qualog.ON_GREEN
The code for green background.
|
static ANSIColor |
ANSIColor.ON_MAGENTA |
static ANSIColor |
Qualog.ON_MAGENTA
The code for magenta background.
|
static ANSIColor |
ANSIColor.ON_RED |
static ANSIColor |
Qualog.ON_RED
The code for red background.
|
static ANSIColor |
ANSIColor.ON_WHITE |
static ANSIColor |
Qualog.ON_WHITE
The code for white background.
|
static ANSIColor |
ANSIColor.ON_YELLOW |
static ANSIColor |
Qualog.ON_YELLOW
The code for yellow background.
|
static ANSIColor |
ANSIColor.RED |
static ANSIColor |
Qualog.RED
The code for red text.
|
static ANSIColor |
ANSIColor.RESET |
static ANSIColor |
Qualog.RESET
The code for reset of colors and decorations.
|
static ANSIColor |
ANSIColor.REVERSE |
static ANSIColor |
Qualog.REVERSE
The code for reversed text.
|
static ANSIColor |
ANSIColor.UNDERLINE |
static ANSIColor |
Qualog.UNDERLINE
The code for underline (AKA underscore).
|
static ANSIColor |
ANSIColor.UNDERSCORE |
static ANSIColor |
Qualog.UNDERSCORE
The code for underscore (AKA underline).
|
static ANSIColor |
ANSIColor.WHITE |
static ANSIColor |
Qualog.WHITE
The code for white text.
|
static ANSIColor |
ANSIColor.YELLOW |
static ANSIColor |
Qualog.YELLOW
The code for yellow text.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Qualog.log(ANSIColor[] colors,
byte b)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
byte[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
char c)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
char[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
double d)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
double[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
float f)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
float[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
int i)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
int[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
long l)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
long[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.Object obj)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.Object[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.String msg)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.String name,
byte b)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.String name,
byte[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.String name,
char c)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.String name,
char[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.String name,
double d)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.String name,
double[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.String name,
float f)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.String name,
float[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.String name,
int i)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.String name,
int[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.String name,
long l)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.String name,
long[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.String name,
java.lang.Object obj)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor[] colors,
java.lang.String name,
java.lang.Object[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(ANSIColor color,
byte b)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
byte[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
char c)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
char[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
double d)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
double[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
float f)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
float[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
int i)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
int[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
long l)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
long[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.Object obj)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.Object[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.String msg)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.String name,
byte b)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.String name,
byte[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.String name,
char c)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.String name,
char[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.String name,
double d)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.String name,
double[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.String name,
float f)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.String name,
float[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.String name,
int i)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.String name,
int[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.String name,
long l)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.String name,
long[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.String name,
java.lang.Object obj)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(ANSIColor color,
java.lang.String name,
java.lang.Object[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
byte b)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
byte[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
char c)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
char[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
double d)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
double[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
float f)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
float[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
int i)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
int[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
long l)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
long[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.Object obj)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.Object[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String msg)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
byte b)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
byte[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
char c)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
char[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
double d)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
double[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
float f)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
float[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
int i)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
int[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
long l)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
long[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
java.lang.Object obj)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
java.lang.Object[] ary)
Writes logging output, with the specified colors.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
byte b)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
byte[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
char c)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
char[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
double d)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
double[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
float f)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
float[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
int i)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
int[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
long l)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
long[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.Object obj)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.Object[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String msg)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
byte b)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
byte[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
char c)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
char[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
double d)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
double[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
float f)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
float[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
int i)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
int[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
long l)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
long[] ary)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
java.lang.Object obj)
Writes logging output, with the specified color.
|
static boolean |
Qualog.log(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
java.lang.Object[] ary)
Writes logging output, with the specified color.
|
protected void |
QlWriter.outputClassAndMethod(java.lang.StringBuffer buf,
ANSIColor classColor,
ANSIColor methodColor,
java.lang.StackTraceElement stackElement) |
protected void |
QlWriter.outputFileName(java.lang.StringBuffer buf,
ANSIColor fileColor,
java.lang.StackTraceElement stackElement) |
protected void |
QlWriter.outputMessage(java.lang.StringBuffer buf,
int framesShown,
ANSIColor[] msgColor,
java.lang.String msg,
java.lang.StackTraceElement stackElement) |
static void |
Qualog.setClassColor(ANSIColor color) |
void |
QlWriter.setClassColor(java.lang.String className,
ANSIColor color) |
static void |
Qualog.setClassColor(java.lang.String className,
ANSIColor color) |
static void |
Qualog.setFileColor(ANSIColor color) |
void |
QlWriter.setFileColor(java.lang.String fileName,
ANSIColor color) |
static void |
Qualog.setFileColor(java.lang.String fileName,
ANSIColor color) |
static void |
Qualog.setMethodColor(java.lang.String methodName,
ANSIColor color) |
void |
QlWriter.setMethodColor(java.lang.String className,
java.lang.String methodName,
ANSIColor color) |
static void |
Qualog.setMethodColor(java.lang.String className,
java.lang.String methodName,
ANSIColor color) |
static void |
Qualog.setPackageColor(ANSIColor color) |
void |
QlWriter.setPackageColor(java.lang.String pkg,
ANSIColor color) |
static void |
Qualog.setPackageColor(java.lang.String pkg,
ANSIColor color) |
static boolean |
Qualog.stack(ANSIColor[] colors,
byte b)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
byte[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
byte[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
byte b,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
char c)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
char[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
char[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
char c,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
double d)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
double[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
double[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
double d,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
float f)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
float[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
float[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
float f,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
int i)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
int[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
int[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
int i,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
long l)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
long[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
long[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
long l,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.Object obj)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.Object[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.Object[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.Object obj,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String msg)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] msgColors,
java.lang.String msg,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
Qualog.stack(ANSIColor[] msgColors,
java.lang.String msg,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
byte b)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
byte[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
byte[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
byte b,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
char c)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
char[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
char[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
char c,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
double d)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
double[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
double[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
double d,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
float f)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
float[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
float[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
float f,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
int i)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
int[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
int[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
int i,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
long l)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
long[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
long[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
long l,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
java.lang.Object obj)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
java.lang.Object[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
java.lang.Object[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor[] colors,
java.lang.String name,
java.lang.Object obj,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(ANSIColor color,
byte b)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
byte[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
byte[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
byte b,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
char c)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
char[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
char[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
char c,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
double d)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
double[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
double[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
double d,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
float f)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
float[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
float[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
float f,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
int i)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
int[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
int[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
int i,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
long l)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
long[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
long[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
long l,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.Object obj)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.Object[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.Object[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.Object obj,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String msg)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
byte b)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
byte[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
byte[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
byte b,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
char c)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
char[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
char[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
char c,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
double d)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
double[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
double[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
double d,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
float f)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
float[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
float[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
float f,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
int i)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
int[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
int[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
int i,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
long l)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
long[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
long[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
long l,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
java.lang.Object obj)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
java.lang.Object[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
java.lang.Object[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(ANSIColor color,
java.lang.String name,
java.lang.Object obj,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
byte b)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
byte[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
byte[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
byte b,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
char c)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
char[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
char[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
char c,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
double d)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
double[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
double[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
double d,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
float f)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
float[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
float[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
float f,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
int i)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
int[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
int[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
int i,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
long l)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
long[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
long[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
long l,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.Object obj)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.Object[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.Object[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.Object obj,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String msg)
Writes stack output, with the specified colors.
|
boolean |
QlWriter.stack(org.incava.qualog.QlLevel lvl,
ANSIColor[] msgColor,
java.lang.String msg,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
boolean |
QlWriter.stack(org.incava.qualog.QlLevel lvl,
ANSIColor[] msgColor,
java.lang.String msg,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
Qualog.stack(org.incava.qualog.QlLevel lvl,
ANSIColor[] msgColor,
java.lang.String msg,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
Qualog.stack(org.incava.qualog.QlLevel lvl,
ANSIColor[] msgColor,
java.lang.String msg,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
byte b)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
byte[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
byte[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
byte b,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
char c)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
char[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
char[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
char c,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
QlCollection.stack(org.incava.qualog.QlLevel level,
ANSIColor[] msgColors,
java.lang.String name,
java.util.Collection c,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
QlCollection.stack(org.incava.qualog.QlLevel level,
ANSIColor[] msgColors,
java.lang.String name,
java.util.Collection c,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
double d)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
double[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
double[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
double d,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
QlEnumeration.stack(org.incava.qualog.QlLevel level,
ANSIColor[] msgColors,
java.lang.String name,
java.util.Enumeration en,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
QlEnumeration.stack(org.incava.qualog.QlLevel level,
ANSIColor[] msgColors,
java.lang.String name,
java.util.Enumeration en,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
float f)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
float[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
float[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
float f,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
int i)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
int[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
int[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
int i,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
QlIterator.stack(org.incava.qualog.QlLevel level,
ANSIColor[] msgColors,
java.lang.String name,
java.util.Iterator it,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
QlIterator.stack(org.incava.qualog.QlLevel level,
ANSIColor[] msgColors,
java.lang.String name,
java.util.Iterator it,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
long l)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
long[] ary)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
long[] ary,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
long l,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
QlMap.stack(org.incava.qualog.QlLevel level,
ANSIColor[] msgColors,
java.lang.String name,
java.util.Map map,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
QlMap.stack(org.incava.qualog.QlLevel level,
ANSIColor[] msgColors,
java.lang.String name,
java.util.Map map,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
java.lang.Object obj)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
java.lang.Object[] ary)
Writes stack output, with the specified colors.
|
static boolean |
QlObjectArray.stack(org.incava.qualog.QlLevel level,
ANSIColor[] msgColors,
java.lang.String name,
java.lang.Object[] ary,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
QlObjectArray.stack(org.incava.qualog.QlLevel level,
ANSIColor[] msgColors,
java.lang.String name,
java.lang.Object[] ary,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
java.lang.Object[] ary,
int depth)
Writes stack output, with the specified colors.
|
boolean |
QlWriter.stack(org.incava.qualog.QlLevel level,
ANSIColor[] msgColors,
java.lang.String name,
java.lang.Object obj,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
boolean |
QlWriter.stack(org.incava.qualog.QlLevel level,
ANSIColor[] msgColors,
java.lang.String name,
java.lang.Object obj,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] msgColors,
java.lang.String name,
java.lang.Object obj,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] msgColors,
java.lang.String name,
java.lang.Object obj,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor[] colors,
java.lang.String name,
java.lang.Object obj,
int depth)
Writes stack output, with the specified colors.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
byte b)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
byte[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
byte[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
byte b,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
char c)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
char[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
char[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
char c,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
double d)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
double[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
double[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
double d,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
float f)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
float[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
float[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
float f,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
int i)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
int[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
int[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
int i,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
long l)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
long[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
long[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
long l,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.Object obj)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.Object[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.Object[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.Object obj,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String msg)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor msgColor,
java.lang.String msg,
ANSIColor fileColor,
ANSIColor classColor,
ANSIColor methodColor,
int numFrames) |
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
byte b)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
byte[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
byte[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
byte b,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
char c)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
char[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
char[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
char c,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
double d)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
double[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
double[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
double d,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
float f)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
float[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
float[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
float f,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
int i)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
int[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
int[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
int i,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
long l)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
long[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
long[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
long l,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
java.lang.Object obj)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
java.lang.Object[] ary)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
java.lang.Object[] ary,
int depth)
Writes stack output, with the specified color.
|
static boolean |
Qualog.stack(org.incava.qualog.QlLevel level,
ANSIColor color,
java.lang.String name,
java.lang.Object obj,
int depth)
Writes stack output, with the specified color.
|