Class ForwardingLoggerConfigurer

java.lang.Object
com.github.mkopylec.charon.configuration.Configurer<I>
com.github.mkopylec.charon.forwarding.interceptors.RequestForwardingInterceptorConfigurer<com.github.mkopylec.charon.forwarding.interceptors.log.ForwardingLogger>
com.github.mkopylec.charon.forwarding.interceptors.log.ForwardingLoggerConfigurer

public class ForwardingLoggerConfigurer extends RequestForwardingInterceptorConfigurer<com.github.mkopylec.charon.forwarding.interceptors.log.ForwardingLogger>
  • Method Details

    • forwardingLogger

      public static ForwardingLoggerConfigurer forwardingLogger()
    • successLogLevel

      public ForwardingLoggerConfigurer successLogLevel(com.github.mkopylec.charon.forwarding.interceptors.log.LogLevel successLogLevel)
    • clientErrorLogLevel

      public ForwardingLoggerConfigurer clientErrorLogLevel(com.github.mkopylec.charon.forwarding.interceptors.log.LogLevel clientErrorLogLevel)
    • serverErrorLogLevel

      public ForwardingLoggerConfigurer serverErrorLogLevel(com.github.mkopylec.charon.forwarding.interceptors.log.LogLevel serverErrorLogLevel)
    • unexpectedErrorLogLevel

      public ForwardingLoggerConfigurer unexpectedErrorLogLevel(com.github.mkopylec.charon.forwarding.interceptors.log.LogLevel unexpectedErrorLogLevel)