public abstract class KafkaExceptionLogLevelAware
extends java.lang.Object
KafkaException.Level.| Constructor and Description |
|---|
KafkaExceptionLogLevelAware() |
| Modifier and Type | Method and Description |
|---|---|
protected KafkaException.Level |
getLogLevel()
Set the level at which the exception thrown by this handler is logged.
|
void |
setLogLevel(KafkaException.Level logLevel)
Set the level at which the exception thrown by this handler is logged.
|
public void setLogLevel(KafkaException.Level logLevel)
logLevel - the level (default ERROR).protected KafkaException.Level getLogLevel()