case class LoggingOptions(debugLogWhenHandled: Boolean, debugLogAllDecodeFailures: Boolean, errorLogLogicExceptions: Boolean) extends Product with Serializable
- debugLogWhenHandled
Should information which endpoint handles a request, by providing a response, be DEBUG-logged
- debugLogAllDecodeFailures
Should all decode failures be DEBUG-logged, for each endpoint, even if the request is not handled by that endpoint (the {{DecodeFailureHandler}} for the given decode failure returns a no-match result), and the next endpoint will be tried.
- errorLogLogicExceptions
Should exceptions that occur when evaluating endpoint server logic be ERROR-logged.
- Alphabetic
- By Inheritance
- LoggingOptions
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
LoggingOptions(debugLogWhenHandled: Boolean, debugLogAllDecodeFailures: Boolean, errorLogLogicExceptions: Boolean)
- debugLogWhenHandled
Should information which endpoint handles a request, by providing a response, be DEBUG-logged
- debugLogAllDecodeFailures
Should all decode failures be DEBUG-logged, for each endpoint, even if the request is not handled by that endpoint (the {{DecodeFailureHandler}} for the given decode failure returns a no-match result), and the next endpoint will be tried.
- errorLogLogicExceptions
Should exceptions that occur when evaluating endpoint server logic be ERROR-logged.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val debugLogAllDecodeFailures: Boolean
- val debugLogWhenHandled: Boolean
- def decodeFailureHandledMsg(e: Endpoint[_, _, _, _], df: DecodeFailure, input: EndpointInput[_], responseValue: Any): Option[(String, Option[Throwable])]
- def decodeFailureNotHandledMsg(e: Endpoint[_, _, _, _], df: DecodeFailure, input: EndpointInput[_]): Option[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val errorLogLogicExceptions: Boolean
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def logicExceptionMsg(e: Endpoint[_, _, _, _]): Option[String]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def requestHandledMsg(e: Endpoint[_, _, _, _], statusCode: Int): Option[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()