Class LoggingCallback

  • All Implemented Interfaces:
    kotlin.Function , kotlin.Function1

    
    public final class LoggingCallback
     implements Function1<HttpContext, HttpContext>
                        

    Callback that logs server requests and responses.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggingCallback(System.Logger.Level level, Logger logger, Boolean includeHeaders, Boolean includeBody)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      HttpContext invoke(HttpContext context)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoggingCallback

        LoggingCallback(System.Logger.Level level, Logger logger, Boolean includeHeaders, Boolean includeBody)
    • Method Detail

      • invoke

         HttpContext invoke(HttpContext context)