Package akka.stream
Class Attributes.LogLevels$
- java.lang.Object
-
- akka.stream.Attributes.LogLevels$
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Attributes
public static class Attributes.LogLevels$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Attributes.LogLevels$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description LogLevels$()
-
Method Summary
-
-
-
Field Detail
-
MODULE$
public static final Attributes.LogLevels$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
Off
public final Logging.LogLevel Off()
Use to disable logging on certain operations when configuringAttributes.logLevels(akka.event.Logging.LogLevel, akka.event.Logging.LogLevel, akka.event.Logging.LogLevel)
-
Error
public final Logging.LogLevel Error()
Use to enable logging at ERROR level for certain operations when configuringAttributes.logLevels(akka.event.Logging.LogLevel, akka.event.Logging.LogLevel, akka.event.Logging.LogLevel)
-
Warning
public final Logging.LogLevel Warning()
Use to enable logging at WARNING level for certain operations when configuringAttributes.logLevels(akka.event.Logging.LogLevel, akka.event.Logging.LogLevel, akka.event.Logging.LogLevel)
-
Info
public final Logging.LogLevel Info()
Use to enable logging at INFO level for certain operations when configuringAttributes.logLevels(akka.event.Logging.LogLevel, akka.event.Logging.LogLevel, akka.event.Logging.LogLevel)
-
Debug
public final Logging.LogLevel Debug()
Use to enable logging at DEBUG level for certain operations when configuringAttributes.logLevels(akka.event.Logging.LogLevel, akka.event.Logging.LogLevel, akka.event.Logging.LogLevel)
-
apply
public Attributes.LogLevels apply(Logging.LogLevel onElement, Logging.LogLevel onFinish, Logging.LogLevel onFailure)
-
unapply
public scala.Option<scala.Tuple3<Logging.LogLevel,Logging.LogLevel,Logging.LogLevel>> unapply(Attributes.LogLevels x$0)
-
-