Class LoggingMagnet<T>
java.lang.Object
org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet<T>
- All Implemented Interfaces:
- Serializable,- scala.Equals,- scala.Product
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionscala.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(String marker) static <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromMarkerAndLevel(scala.Tuple2<String, org.apache.pekko.event.Logging.LogLevel> markerAndLevel) static <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromShow(scala.Function1<T, 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(String marker) static LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult, scala.runtime.BoxedUnit>>> forRequestResponseFromMarkerAndLevel(scala.Tuple2<String, org.apache.pekko.event.Logging.LogLevel> markerAndLevel) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.EqualscanEqual, equalsMethods inherited from interface scala.ProductproductArity, productElement, productElementName, productElementNames, productIterator, productPrefix
- 
Constructor Details- 
LoggingMagnet
 
- 
- 
Method Details- 
forMessageFromMarkerpublic static <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromMarker(String marker) 
- 
forMessageFromMarkerAndLevelpublic static <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromMarkerAndLevel(scala.Tuple2<String, org.apache.pekko.event.Logging.LogLevel> markerAndLevel) 
- 
forMessageFromShowpublic static <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromShow(scala.Function1<T, String> show) 
- 
forMessageFromFullShowpublic static <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromFullShow(scala.Function1<T, LogEntry> show) 
- 
forRequestResponseFromMarkerpublic static LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult, forRequestResponseFromMarkerscala.runtime.BoxedUnit>>> (String marker) 
- 
forRequestResponseFromMarkerAndLevelpublic static LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult, forRequestResponseFromMarkerAndLevelscala.runtime.BoxedUnit>>> (scala.Tuple2<String, org.apache.pekko.event.Logging.LogLevel> markerAndLevel) 
- 
forRequestResponseFromFullShowpublic static LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult, forRequestResponseFromFullShowscala.runtime.BoxedUnit>>> (scala.Function1<HttpRequest, scala.Function1<RouteResult, scala.Option<LogEntry>>> show) 
- 
f
 
-