| Package | Description |
|---|---|
| net.openhft.chronicle.core.onoes |
Provides classes and interfaces for exception handling, logging, and associated utilities.
|
| Modifier and Type | Field and Description |
|---|---|
LogLevel |
ExceptionKey.level
The log level associated with the exception
|
| Modifier and Type | Method and Description |
|---|---|
LogLevel |
ExceptionKey.level()
Returns the log level associated with the exception.
|
static LogLevel |
LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogLevel[] |
LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Slf4jExceptionHandler |
Slf4jExceptionHandler.valueOf(LogLevel logLevel)
Returns the appropriate Slf4jExceptionHandler value based on the given LogLevel.
|
| Constructor and Description |
|---|
ExceptionKey(LogLevel level,
Class<?> clazz,
String message,
Throwable throwable)
Constructs an
ExceptionKey with the specified log level, class,
message, and Throwable instance. |
RecordingExceptionHandler(LogLevel level,
Map<ExceptionKey,Integer> exceptionKeyCountMap,
boolean exceptionsOnly)
Constructs an instance of RecordingExceptionHandler with the specified LogLevel, map for exception counts, and exceptionsOnly flag.
|
Copyright © 2024. All rights reserved.