| Package | Description |
|---|---|
| net.openhft.chronicle.logger |
| Modifier and Type | Method and Description |
|---|---|
static ChronicleLogLevel |
ChronicleLogLevel.fromStringLevel(CharSequence levelStr) |
ChronicleLogLevel |
ChronicleLogConfig.getLevel(String loggerName) |
ChronicleLogLevel |
ChronicleLogConfig.getLevel(String loggerName,
ChronicleLogLevel defVal) |
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 |
|---|---|
ChronicleLogLevel |
ChronicleLogConfig.getLevel(String loggerName,
ChronicleLogLevel defVal) |
boolean |
ChronicleLogLevel.isHigherOrEqualTo(ChronicleLogLevel presumablyLowerLevel) |
void |
ChronicleLogWriter.write(ChronicleLogLevel level,
long timestamp,
String threadName,
String loggerName,
String message) |
void |
DefaultChronicleLogWriter.write(ChronicleLogLevel level,
long timestamp,
String threadName,
String loggerName,
String message) |
void |
ChronicleLogWriter.write(ChronicleLogLevel level,
long timestamp,
String threadName,
String loggerName,
String message,
Throwable throwable,
Object... args) |
void |
DefaultChronicleLogWriter.write(ChronicleLogLevel level,
long timestamp,
String threadName,
String loggerName,
String message,
Throwable throwable,
Object... args) |
Copyright © 2021. All rights reserved.