Package | Description |
---|---|
org.apache.logging.log4j.core.tools |
Log4j 2 command line tools.
|
Modifier and Type | Method and Description |
---|---|
static Generate.Type |
Generate.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Generate.Type[] |
Generate.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static void |
Generate.generate(java.lang.String[] args,
Generate.Type type) |
(package private) static void |
Generate.generate(java.lang.String[] args,
Generate.Type type,
java.io.PrintStream printStream) |
(package private) static java.lang.String |
Generate.generateSource(java.lang.String classNameFQN,
java.util.List<Generate.LevelInfo> levels,
Generate.Type type) |