Uses of Class org.incava.qualog.ANSIColor

Uses in package org.incava.qualog

Fields of type org.incava.qualog.ANSIColor

ANSIColor
ANSIColor
The code for black text.
ANSIColor
ANSIColor
The code for the blink attribute.
ANSIColor
ANSIColor
The code for blue text.
ANSIColor
ANSIColor
The code for bold decoration.
ANSIColor
ANSIColor
The code for hidden text.
ANSIColor
ANSIColor
The code for cyan text.
ANSIColor
ANSIColor
The code for green text.
ANSIColor
ANSIColor
The code for magenta text.
ANSIColor
ANSIColor
The code for no color applied.
ANSIColor
An object denoting no color.
ANSIColor[]
An array denoting no colors.
ANSIColor
ANSIColor
The code for black background.
ANSIColor
ANSIColor
The code for blue background.
ANSIColor
ANSIColor
The code for cyan background.
ANSIColor
ANSIColor
The code for green background.
ANSIColor
ANSIColor
The code for magenta background.
ANSIColor
ANSIColor
The code for red background.
ANSIColor
ANSIColor
The code for white background.
ANSIColor
ANSIColor
The code for yellow background.
ANSIColor
ANSIColor
The code for red text.
ANSIColor
ANSIColor
The code for reset of colors and decorations.
ANSIColor
ANSIColor
The code for reversed text.
ANSIColor
ANSIColor
The code for underline (AKA underscore).
ANSIColor
ANSIColor
The code for underscore (AKA underline).
ANSIColor
ANSIColor
The code for white text.
ANSIColor
ANSIColor
The code for yellow text.

Methods with parameter type org.incava.qualog.ANSIColor

boolean
Qualog.log(ANSIColor color, Object obj)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, Object[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, String msg)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, String name, Object obj)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, String name, Object[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, String name, byte b)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, String name, byte[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, String name, char c)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, String name, char[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, String name, double d)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, String name, double[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, String name, float f)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, String name, float[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, String name, int i)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, String name, int[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, String name, long l)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, String name, long[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, byte b)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, byte[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, char c)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, char[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, double d)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, double[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, float f)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, float[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, int i)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, int[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, long l)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor color, long[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(ANSIColor[] colors, Object obj)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, Object[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, String msg)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, String name, Object obj)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, String name, Object[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, String name, byte b)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, String name, byte[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, String name, char c)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, String name, char[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, String name, double d)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, String name, double[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, String name, float f)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, String name, float[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, String name, int i)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, String name, int[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, String name, long l)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, String name, long[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, byte b)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, byte[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, char c)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, char[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, double d)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, double[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, float f)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, float[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, int i)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, int[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, long l)
Writes logging output, with the specified colors.
boolean
Qualog.log(ANSIColor[] colors, long[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor color, Object obj)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, Object[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, String msg)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, String name, Object obj)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, String name, Object[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, String name, byte b)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, String name, byte[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, String name, char c)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, String name, char[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, String name, double d)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, String name, double[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, String name, float f)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, String name, float[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, String name, int i)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, String name, int[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, String name, long l)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, String name, long[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, byte b)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, byte[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, char c)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, char[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, double d)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, double[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, float f)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, float[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, int i)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, int[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, long l)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor color, long[] ary)
Writes logging output, with the specified color.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, Object obj)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, Object[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, String msg)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, String name, Object obj)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, String name, Object[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, String name, byte b)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, String name, byte[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, String name, char c)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, String name, char[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, String name, double d)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, String name, double[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, String name, float f)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, String name, float[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, String name, int i)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, String name, int[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, String name, long l)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, String name, long[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, byte b)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, byte[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, char c)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, char[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, double d)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, double[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, float f)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, float[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, int i)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, int[] ary)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, long l)
Writes logging output, with the specified colors.
boolean
Qualog.log(QlLevel level, ANSIColor[] colors, long[] ary)
Writes logging output, with the specified colors.
void
QlWriter.outputClassAndMethod(StringBuffer buf, ANSIColor classColor, ANSIColor methodColor, StackTraceElement stackElement)
void
QlWriter.outputFileName(StringBuffer buf, ANSIColor fileColor, StackTraceElement stackElement)
void
QlWriter.outputMessage(StringBuffer buf, int framesShown, ANSIColor[] msgColor, String msg, StackTraceElement stackElement)
void
QlWriter.setClassColor(String className, ANSIColor color)
void
Qualog.setClassColor(String className, ANSIColor color)
void
void
QlWriter.setFileColor(String fileName, ANSIColor color)
void
Qualog.setFileColor(String fileName, ANSIColor color)
void
void
QlWriter.setMethodColor(String className, String methodName, ANSIColor color)
void
Qualog.setMethodColor(String className, String methodName, ANSIColor color)
void
Qualog.setMethodColor(String methodName, ANSIColor color)
void
QlWriter.setPackageColor(String pkg, ANSIColor color)
void
Qualog.setPackageColor(String pkg, ANSIColor color)
void
boolean
Qualog.stack(ANSIColor color, Object obj)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, Object obj, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, Object[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, Object[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String msg)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, Object obj)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, Object obj, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, Object[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, Object[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, byte b)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, byte b, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, byte[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, byte[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, char c)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, char c, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, char[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, char[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, double d)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, double d, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, double[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, double[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, float f)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, float f, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, float[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, float[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, int i)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, int i, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, int[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, int[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, long l)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, long l, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, long[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, String name, long[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, byte b)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, byte b, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, byte[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, byte[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, char c)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, char c, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, char[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, char[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, double d)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, double d, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, double[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, double[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, float f)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, float f, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, float[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, float[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, int i)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, int i, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, int[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, int[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, long l)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, long l, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, long[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor color, long[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(ANSIColor[] colors, Object obj)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, Object obj, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, Object[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, Object[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String msg)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, Object obj)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, Object obj, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, Object[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, Object[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, byte b)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, byte b, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, byte[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, byte[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, char c)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, char c, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, char[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, char[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, double d)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, double d, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, double[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, double[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, float f)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, float f, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, float[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, float[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, int i)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, int i, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, int[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, int[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, long l)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, long l, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, long[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, String name, long[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] msgColors, String msg, ANSIColor fileColor, ANSIColor classColor, ANSIColor methodColor, int numFrames)
boolean
Qualog.stack(ANSIColor[] colors, byte b)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, byte b, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, byte[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, byte[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, char c)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, char c, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, char[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, char[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, double d)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, double d, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, double[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, double[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, float f)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, float f, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, float[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, float[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, int i)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, int i, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, int[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, int[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, long l)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, long l, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, long[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(ANSIColor[] colors, long[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor color, Object obj)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, Object obj, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, Object[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, Object[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String msg)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, Object obj)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, Object obj, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, Object[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, Object[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, byte b)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, byte b, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, byte[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, byte[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, char c)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, char c, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, char[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, char[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, double d)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, double d, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, double[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, double[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, float f)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, float f, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, float[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, float[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, int i)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, int i, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, int[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, int[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, long l)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, long l, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, long[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, String name, long[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor msgColor, String msg, ANSIColor fileColor, ANSIColor classColor, ANSIColor methodColor, int numFrames)
boolean
Qualog.stack(QlLevel level, ANSIColor color, byte b)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, byte b, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, byte[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, byte[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, char c)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, char c, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, char[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, char[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, double d)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, double d, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, double[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, double[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, float f)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, float f, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, float[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, float[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, int i)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, int i, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, int[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, int[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, long l)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, long l, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, long[] ary)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor color, long[] ary, int depth)
Writes stack output, with the specified color.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, Object obj)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, Object obj, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, Object[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, Object[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String msg)
Writes stack output, with the specified colors.
boolean
QlCollection.stack(QlLevel level, ANSIColor[] msgColors, String name, Collection c, ANSIColor fileColor, ANSIColor classColor, ANSIColor methodColor, int numFrames)
boolean
QlEnumeration.stack(QlLevel level, ANSIColor[] msgColors, String name, Enumeration en, ANSIColor fileColor, ANSIColor classColor, ANSIColor methodColor, int numFrames)
boolean
QlIterator.stack(QlLevel level, ANSIColor[] msgColors, String name, Iterator it, ANSIColor fileColor, ANSIColor classColor, ANSIColor methodColor, int numFrames)
boolean
QlMap.stack(QlLevel level, ANSIColor[] msgColors, String name, Map map, ANSIColor fileColor, ANSIColor classColor, ANSIColor methodColor, int numFrames)
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, Object obj)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, Object obj, int depth)
Writes stack output, with the specified colors.
boolean
QlWriter.stack(QlLevel level, ANSIColor[] msgColors, String name, Object obj, ANSIColor fileColor, ANSIColor classColor, ANSIColor methodColor, int numFrames)
boolean
Qualog.stack(QlLevel level, ANSIColor[] msgColors, String name, Object obj, ANSIColor fileColor, ANSIColor classColor, ANSIColor methodColor, int numFrames)
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, Object[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, Object[] ary, int depth)
Writes stack output, with the specified colors.
boolean
QlObjectArray.stack(QlLevel level, ANSIColor[] msgColors, String name, Object[] ary, ANSIColor fileColor, ANSIColor classColor, ANSIColor methodColor, int numFrames)
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, byte b)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, byte b, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, byte[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, byte[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, char c)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, char c, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, char[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, char[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, double d)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, double d, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, double[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, double[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, float f)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, float f, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, float[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, float[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, int i)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, int i, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, int[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, int[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, long l)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, long l, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, long[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, String name, long[] ary, int depth)
Writes stack output, with the specified colors.
boolean
QlWriter.stack(QlLevel lvl, ANSIColor[] msgColor, String msg, ANSIColor fileColor, ANSIColor classColor, ANSIColor methodColor, int numFrames)
boolean
Qualog.stack(QlLevel lvl, ANSIColor[] msgColor, String msg, ANSIColor fileColor, ANSIColor classColor, ANSIColor methodColor, int numFrames)
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, byte b)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, byte b, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, byte[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, byte[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, char c)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, char c, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, char[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, char[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, double d)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, double d, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, double[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, double[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, float f)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, float f, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, float[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, float[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, int i)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, int i, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, int[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, int[] ary, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, long l)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, long l, int depth)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, long[] ary)
Writes stack output, with the specified colors.
boolean
Qualog.stack(QlLevel level, ANSIColor[] colors, long[] ary, int depth)
Writes stack output, with the specified colors.