public static final class Attributes.LogLevels extends java.lang.Object implements Attributes.Attribute, scala.Product, scala.Serializable
| Constructor and Description |
|---|
LogLevels(Logging.LogLevel onElement,
Logging.LogLevel onFinish,
Logging.LogLevel onFailure) |
| Modifier and Type | Method and Description |
|---|---|
Logging.LogLevel |
onElement() |
Logging.LogLevel |
onFailure() |
Logging.LogLevel |
onFinish() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic LogLevels(Logging.LogLevel onElement, Logging.LogLevel onFinish, Logging.LogLevel onFailure)
public Logging.LogLevel onElement()
public Logging.LogLevel onFinish()
public Logging.LogLevel onFailure()