public static enum ERXLog4JConfiguration.PageSection extends Enum<ERXLog4JConfiguration.PageSection>
Enum Constant and Description |
---|
APPENDERS |
LOGGERS |
OTHER |
REPOSITORY |
Modifier and Type | Method and Description |
---|---|
String |
displayName() |
String |
id() |
static ERXLog4JConfiguration.PageSection |
sectionWithId(String name) |
static ERXLog4JConfiguration.PageSection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERXLog4JConfiguration.PageSection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERXLog4JConfiguration.PageSection LOGGERS
public static final ERXLog4JConfiguration.PageSection REPOSITORY
public static final ERXLog4JConfiguration.PageSection APPENDERS
public static final ERXLog4JConfiguration.PageSection OTHER
public static ERXLog4JConfiguration.PageSection[] values()
for (ERXLog4JConfiguration.PageSection c : ERXLog4JConfiguration.PageSection.values()) System.out.println(c);
public static ERXLog4JConfiguration.PageSection valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String displayName()
public String id()
public static ERXLog4JConfiguration.PageSection sectionWithId(String name)
Copyright © 2002 – 2024 Project Wonder.