public static enum ChronicleLog.Type extends Enum<ChronicleLog.Type>
| Enum Constant and Description |
|---|
LOG4J_1 |
LOG4J_2 |
LOGBACK |
SLF4J |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static ChronicleLog.Type |
read(net.openhft.lang.io.RandomDataInput in) |
static ChronicleLog.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChronicleLog.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeTo(net.openhft.lang.io.RandomDataOutput out) |
public static final ChronicleLog.Type UNKNOWN
public static final ChronicleLog.Type SLF4J
public static final ChronicleLog.Type LOGBACK
public static final ChronicleLog.Type LOG4J_1
public static final ChronicleLog.Type LOG4J_2
public static ChronicleLog.Type[] values()
for (ChronicleLog.Type c : ChronicleLog.Type.values()) System.out.println(c);
public static ChronicleLog.Type 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 void writeTo(net.openhft.lang.io.RandomDataOutput out)
public static ChronicleLog.Type read(net.openhft.lang.io.RandomDataInput in)
Copyright © 2014. All rights reserved.