All Downloads are FREE. Search and download functionalities are using the official Maven repository.

akka.stream.MaterializerLoggingProvider.scala Maven / Gradle / Ivy

/*
 * Copyright (C) 2016-2020 Lightbend Inc. 
 */

package akka.stream

import akka.event.LoggingAdapter

/**
 * SPI intended only to be extended by custom [[Materializer]] implementations,
 * that also want to provide operators they materialize with specialized [[akka.event.LoggingAdapter]] instances.
 */
trait MaterializerLoggingProvider { this: Materializer =>

  def makeLogger(logSource: Class[_]): LoggingAdapter

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy