| Modifier and Type | Method and Description |
|---|---|
static ChronicleLogLevel |
ChronicleLogLevel.fromStringLevel(CharSequence levelStr) |
ChronicleLogLevel |
ChronicleLogEvent.getLevel() |
static ChronicleLogLevel |
ChronicleLogLevel.readBinary(net.openhft.lang.io.RandomDataInput in) |
static ChronicleLogLevel |
ChronicleLogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChronicleLogLevel[] |
ChronicleLogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChronicleLogLevel.isHigherOrEqualTo(ChronicleLogLevel presumablyLowerLevel) |
Copyright © 2014. All rights reserved.