public class LoggingMagnet$
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
| static LoggingMagnet$ | MODULE$Static reference to the singleton instance of this Scala object. | 
| Constructor and Description | 
|---|
| LoggingMagnet$() | 
| Modifier and Type | Method and Description | 
|---|---|
| <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> | forMessageFromFullShow(scala.Function1<T,LogEntry> show) | 
| <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> | forMessageFromMarker(java.lang.String marker) | 
| <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> | forMessageFromMarkerAndLevel(scala.Tuple2<java.lang.String,org.apache.pekko.event.Logging.LogLevel> markerAndLevel) | 
| <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> | forMessageFromShow(scala.Function1<T,java.lang.String> show) | 
| LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.runtime.BoxedUnit>>> | forRequestResponseFromFullShow(scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.Option<LogEntry>>> show) | 
| LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.runtime.BoxedUnit>>> | forRequestResponseFromMarker(java.lang.String marker) | 
| LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.runtime.BoxedUnit>>> | forRequestResponseFromMarkerAndLevel(scala.Tuple2<java.lang.String,org.apache.pekko.event.Logging.LogLevel> markerAndLevel) | 
public static final LoggingMagnet$ MODULE$
public <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromMarker(java.lang.String marker)
public <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromMarkerAndLevel(scala.Tuple2<java.lang.String,org.apache.pekko.event.Logging.LogLevel> markerAndLevel)
public <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromShow(scala.Function1<T,java.lang.String> show)
public <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromFullShow(scala.Function1<T,LogEntry> show)
public LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.runtime.BoxedUnit>>> forRequestResponseFromMarker(java.lang.String marker)
public LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.runtime.BoxedUnit>>> forRequestResponseFromMarkerAndLevel(scala.Tuple2<java.lang.String,org.apache.pekko.event.Logging.LogLevel> markerAndLevel)
public LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.runtime.BoxedUnit>>> forRequestResponseFromFullShow(scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.Option<LogEntry>>> show)