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>
-
Field Summary
Fields inherited from class com.github.mkopylec.charon.configuration.Configurer
configuredObject -
Method Summary
Modifier and TypeMethodDescriptionclientErrorLogLevel(com.github.mkopylec.charon.forwarding.interceptors.log.LogLevel clientErrorLogLevel) static ForwardingLoggerConfigurerserverErrorLogLevel(com.github.mkopylec.charon.forwarding.interceptors.log.LogLevel serverErrorLogLevel) successLogLevel(com.github.mkopylec.charon.forwarding.interceptors.log.LogLevel successLogLevel) unexpectedErrorLogLevel(com.github.mkopylec.charon.forwarding.interceptors.log.LogLevel unexpectedErrorLogLevel) Methods inherited from class com.github.mkopylec.charon.configuration.Configurer
configure
-
Method Details
-
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)
-