Class LoggingMagnet$
java.lang.Object
org.apache.pekko.http.scaladsl.server.directives.LoggingMagnet$
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final LoggingMagnet$Static reference to the singleton instance of this Scala object.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescription<T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromFullShow(scala.Function1<T, LogEntry> show) <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromMarker(String marker) <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromMarkerAndLevel(scala.Tuple2<String, org.apache.pekko.event.Logging.LogLevel> markerAndLevel) <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromShow(scala.Function1<T, 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(String marker) LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult, scala.runtime.BoxedUnit>>> forRequestResponseFromMarkerAndLevel(scala.Tuple2<String, org.apache.pekko.event.Logging.LogLevel> markerAndLevel) 
- 
Field Details- 
MODULE$Static reference to the singleton instance of this Scala object.
 
- 
- 
Constructor Details- 
LoggingMagnet$public LoggingMagnet$()
 
- 
- 
Method Details- 
forMessageFromMarkerpublic <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromMarker(String marker) 
- 
forMessageFromMarkerAndLevelpublic <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromMarkerAndLevel(scala.Tuple2<String, org.apache.pekko.event.Logging.LogLevel> markerAndLevel) 
- 
forMessageFromShowpublic <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromShow(scala.Function1<T, String> show) 
- 
forMessageFromFullShowpublic <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromFullShow(scala.Function1<T, LogEntry> show) 
- 
forRequestResponseFromMarkerpublic LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult, forRequestResponseFromMarkerscala.runtime.BoxedUnit>>> (String marker) 
- 
forRequestResponseFromMarkerAndLevelpublic LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult, forRequestResponseFromMarkerAndLevelscala.runtime.BoxedUnit>>> (scala.Tuple2<String, org.apache.pekko.event.Logging.LogLevel> markerAndLevel) 
- 
forRequestResponseFromFullShowpublic LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult, forRequestResponseFromFullShowscala.runtime.BoxedUnit>>> (scala.Function1<HttpRequest, scala.Function1<RouteResult, scala.Option<LogEntry>>> show) 
 
-