Class LoggingMagnet$
- java.lang.Object
-
- akka.http.scaladsl.server.directives.LoggingMagnet$
-
- All Implemented Interfaces:
java.io.Serializable
public class LoggingMagnet$ extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static LoggingMagnet$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description LoggingMagnet$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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,akka.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,akka.event.Logging.LogLevel> markerAndLevel)
-
-
-
Field Detail
-
MODULE$
public static final LoggingMagnet$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
forMessageFromMarker
public <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromMarker(java.lang.String marker)
-
forMessageFromMarkerAndLevel
public <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromMarkerAndLevel(scala.Tuple2<java.lang.String,akka.event.Logging.LogLevel> markerAndLevel)
-
forMessageFromShow
public <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromShow(scala.Function1<T,java.lang.String> show)
-
forMessageFromFullShow
public <T> LoggingMagnet<scala.Function1<T,scala.runtime.BoxedUnit>> forMessageFromFullShow(scala.Function1<T,LogEntry> show)
-
forRequestResponseFromMarker
public LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.runtime.BoxedUnit>>> forRequestResponseFromMarker(java.lang.String marker)
-
forRequestResponseFromMarkerAndLevel
public LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.runtime.BoxedUnit>>> forRequestResponseFromMarkerAndLevel(scala.Tuple2<java.lang.String,akka.event.Logging.LogLevel> markerAndLevel)
-
forRequestResponseFromFullShow
public LoggingMagnet<scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.runtime.BoxedUnit>>> forRequestResponseFromFullShow(scala.Function1<HttpRequest,scala.Function1<RouteResult,scala.Option<LogEntry>>> show)
-
-