Package org.apache.pekko.stream
Class Attributes.LogLevels$
- java.lang.Object
- 
- org.apache.pekko.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 SummaryFields Modifier and Type Field Description static Attributes.LogLevels$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors 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- 
Offpublic final Logging.LogLevel Off() Use to disable logging on certain operations when configuringAttributes.logLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel)
 - 
Errorpublic final Logging.LogLevel Error() Use to enable logging at ERROR level for certain operations when configuringAttributes.logLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel)
 - 
Warningpublic final Logging.LogLevel Warning() Use to enable logging at WARNING level for certain operations when configuringAttributes.logLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel)
 - 
Infopublic final Logging.LogLevel Info() Use to enable logging at INFO level for certain operations when configuringAttributes.logLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel)
 - 
Debugpublic final Logging.LogLevel Debug() Use to enable logging at DEBUG level for certain operations when configuringAttributes.logLevels(org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel, org.apache.pekko.event.Logging.LogLevel)
 - 
applypublic Attributes.LogLevels apply(Logging.LogLevel onElement, Logging.LogLevel onFinish, Logging.LogLevel onFailure) 
 - 
unapplypublic scala.Option<scala.Tuple3<Logging.LogLevel,Logging.LogLevel,Logging.LogLevel>> unapply(Attributes.LogLevels x$0) 
 
- 
 
-