public class LoggingMagnet<T>
extends java.lang.Object
implements scala.Product, java.io.Serializable
Constructor and Description |
---|
LoggingMagnet(scala.Function1<org.apache.pekko.event.LoggingAdapter,T> f) |
Modifier and Type | Method and Description |
---|---|
scala.Function1<org.apache.pekko.event.LoggingAdapter,T> |
f() |
static <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> |
forMessageFromFullShow(scala.Function1<T,LogEntry> show) |
static <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> |
forMessageFromMarker(java.lang.String marker) |
static <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> |
forMessageFromMarkerAndLevel(scala.Tuple2<java.lang.String,org.apache.pekko.event.Logging.LogLevel> markerAndLevel) |
static <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> |
forMessageFromShow(scala.Function1<T,java.lang.String> show) |
static LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.runtime.BoxedUnit>>> |
forRequestResponseFromFullShow(scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.Option<LogEntry>>> show) |
static LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.runtime.BoxedUnit>>> |
forRequestResponseFromMarker(java.lang.String marker) |
static LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.runtime.BoxedUnit>>> |
forRequestResponseFromMarkerAndLevel(scala.Tuple2<java.lang.String,org.apache.pekko.event.Logging.LogLevel> markerAndLevel) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LoggingMagnet(scala.Function1<org.apache.pekko.event.LoggingAdapter,T> f)
public static <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromMarker(java.lang.String marker)
public static <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromMarkerAndLevel(scala.Tuple2<java.lang.String,org.apache.pekko.event.Logging.LogLevel> markerAndLevel)
public static <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromShow(scala.Function1<T,java.lang.String> show)
public static <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromFullShow(scala.Function1<T,LogEntry> show)
public static LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.runtime.BoxedUnit>>> forRequestResponseFromMarker(java.lang.String marker)
public static 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 LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.runtime.BoxedUnit>>> forRequestResponseFromFullShow(scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.Option<LogEntry>>> show)
public scala.Function1<org.apache.pekko.event.LoggingAdapter,T> f()