trait DebuggingDirectives extends AnyRef

Source
DebuggingDirectives.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. DebuggingDirectives
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Debugging directives

  1. def logRequest(magnet: LoggingMagnet[(HttpRequest) => Unit]): Directive0

    Produces a log entry for every incoming request.

  2. def logRequestResult(magnet: LoggingMagnet[(HttpRequest) => (RouteResult) => Unit]): Directive0

    Produces a log entry for every incoming request and RouteResult.

  3. def logResult(magnet: LoggingMagnet[(RouteResult) => Unit]): Directive0

    Produces a log entry for every RouteResult.