-
- All Implemented Interfaces:
-
kotlin.Function,kotlin.Function1
public final class LoggingCallback implements Function1<HttpServerContext, HttpServerContext>
Callback that logs server requests and responses.
-
-
Constructor Summary
Constructors Constructor Description LoggingCallback(LoggingLevel level, Logger logger, Boolean includeHeaders, Boolean includeBody)
-
Method Summary
Modifier and Type Method Description HttpServerContextinvoke(HttpServerContext context)-
-
Method Detail
-
invoke
HttpServerContext invoke(HttpServerContext context)
-
-
-
-