public static enum Log4j1_ANSIColorLayout.ANSI_FG extends java.lang.Enum<Log4j1_ANSIColorLayout.ANSI_FG>
Enum Constant and Description |
---|
BLACK |
BLACK_BOLD |
BLUE |
BLUE_BOLD |
CYAN |
CYAN_BOLD |
DEFAULT |
DEFAULT_BOLD |
GREEN |
GREEN_BOLD |
MAGENTA |
MAGENTA_BOLD |
RED |
RED_BOLD |
RESET |
WHITE |
WHITE_BOLD |
YELLOW |
YELLOW_BOLD |
Modifier and Type | Field and Description |
---|---|
boolean |
bold |
int |
code |
java.lang.String |
colorText |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColorText() |
static java.lang.String |
getColortextOrInput(java.lang.String name) |
static Log4j1_ANSIColorLayout.ANSI_FG |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Log4j1_ANSIColorLayout.ANSI_FG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Log4j1_ANSIColorLayout.ANSI_FG RESET
public static final Log4j1_ANSIColorLayout.ANSI_FG BLACK
public static final Log4j1_ANSIColorLayout.ANSI_FG BLACK_BOLD
public static final Log4j1_ANSIColorLayout.ANSI_FG RED
public static final Log4j1_ANSIColorLayout.ANSI_FG RED_BOLD
public static final Log4j1_ANSIColorLayout.ANSI_FG GREEN
public static final Log4j1_ANSIColorLayout.ANSI_FG GREEN_BOLD
public static final Log4j1_ANSIColorLayout.ANSI_FG YELLOW
public static final Log4j1_ANSIColorLayout.ANSI_FG YELLOW_BOLD
public static final Log4j1_ANSIColorLayout.ANSI_FG BLUE
public static final Log4j1_ANSIColorLayout.ANSI_FG BLUE_BOLD
public static final Log4j1_ANSIColorLayout.ANSI_FG MAGENTA
public static final Log4j1_ANSIColorLayout.ANSI_FG MAGENTA_BOLD
public static final Log4j1_ANSIColorLayout.ANSI_FG CYAN
public static final Log4j1_ANSIColorLayout.ANSI_FG CYAN_BOLD
public static final Log4j1_ANSIColorLayout.ANSI_FG WHITE
public static final Log4j1_ANSIColorLayout.ANSI_FG WHITE_BOLD
public static final Log4j1_ANSIColorLayout.ANSI_FG DEFAULT
public static final Log4j1_ANSIColorLayout.ANSI_FG DEFAULT_BOLD
public final int code
public final boolean bold
public final java.lang.String colorText
public static Log4j1_ANSIColorLayout.ANSI_FG[] values()
for (Log4j1_ANSIColorLayout.ANSI_FG c : Log4j1_ANSIColorLayout.ANSI_FG.values()) System.out.println(c);
public static Log4j1_ANSIColorLayout.ANSI_FG valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getColorText()
public static java.lang.String getColortextOrInput(java.lang.String name)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.