LogLevels

org.apache.pekko.stream.Attributes.LogLevels
See theLogLevels companion class
object LogLevels

Attributes

Companion
class
Source
Attributes.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
LogLevels.type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete fields

final val Debug: LogLevel

Use to enable logging at DEBUG level for certain operations when configuring Attributes#logLevels

Use to enable logging at DEBUG level for certain operations when configuring Attributes#logLevels

Attributes

Source
Attributes.scala
final val Error: LogLevel

Use to enable logging at ERROR level for certain operations when configuring Attributes#logLevels

Use to enable logging at ERROR level for certain operations when configuring Attributes#logLevels

Attributes

Source
Attributes.scala
final val Info: LogLevel

Use to enable logging at INFO level for certain operations when configuring Attributes#logLevels

Use to enable logging at INFO level for certain operations when configuring Attributes#logLevels

Attributes

Source
Attributes.scala
final val Off: LogLevel

Use to disable logging on certain operations when configuring Attributes#logLevels

Use to disable logging on certain operations when configuring Attributes#logLevels

Attributes

Source
Attributes.scala
final val Warning: LogLevel

Use to enable logging at WARNING level for certain operations when configuring Attributes#logLevels

Use to enable logging at WARNING level for certain operations when configuring Attributes#logLevels

Attributes

Source
Attributes.scala