ch.qos.logback.core.pattern.color
Class ANSIConstants

java.lang.Object
  extended by ch.qos.logback.core.pattern.color.ANSIConstants

public class ANSIConstants
extends Object


Field Summary
static String BLACK_FG
           
static String BLUE_FG
           
static String BOLD
           
static String CYAN_FG
           
static String DEFAULT_FG
           
static String ESC_END
           
static String ESC_START
           
static String GREEN_FG
           
static String MAGENTA_FG
           
static String RED_FG
           
static String WHITE_FG
           
static String YELLOW_FG
           
 
Constructor Summary
ANSIConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ESC_START

public static final String ESC_START
See Also:
Constant Field Values

ESC_END

public static final String ESC_END
See Also:
Constant Field Values

BOLD

public static final String BOLD
See Also:
Constant Field Values

BLACK_FG

public static final String BLACK_FG
See Also:
Constant Field Values

RED_FG

public static final String RED_FG
See Also:
Constant Field Values

GREEN_FG

public static final String GREEN_FG
See Also:
Constant Field Values

YELLOW_FG

public static final String YELLOW_FG
See Also:
Constant Field Values

BLUE_FG

public static final String BLUE_FG
See Also:
Constant Field Values

MAGENTA_FG

public static final String MAGENTA_FG
See Also:
Constant Field Values

CYAN_FG

public static final String CYAN_FG
See Also:
Constant Field Values

WHITE_FG

public static final String WHITE_FG
See Also:
Constant Field Values

DEFAULT_FG

public static final String DEFAULT_FG
See Also:
Constant Field Values
Constructor Detail

ANSIConstants

public ANSIConstants()


Copyright © 2005-2014 QOS.ch. All Rights Reserved.