Uses of Class
org.apache.juneau.rest.logger.CallLogger
Packages that use CallLogger
Package
Description
REST Server API
REST Annotations
REST Logging API
-
Uses of CallLogger in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return CallLoggerModifier and TypeMethodDescriptionRestContext.getCallLogger()
Returns the call logger to use for this resource.Methods in org.apache.juneau.rest that return types with arguments of type CallLoggerModifier and TypeMethodDescriptionRestContext.Builder.callLogger()
Returns the call logger bean creator.protected BeanCreator<CallLogger>
RestContext.Builder.createCallLogger
(BeanStore beanStore, Supplier<?> resource) Instantiates the call logger sub-builder.Methods in org.apache.juneau.rest with parameters of type CallLoggerModifier and TypeMethodDescriptionRestContext.Builder.callLogger
(CallLogger value) Specifies the call logger for this class.RestOpSession.Builder.logger
(CallLogger value) Sets the logger to use when logging this call.RestSession.Builder.logger
(CallLogger value) Specifies the logger to use for this session.RestSession.logger
(CallLogger value) Sets the logger to use when logging this call.Method parameters in org.apache.juneau.rest with type arguments of type CallLoggerModifier and TypeMethodDescriptionRestContext.Builder.callLogger
(Class<? extends CallLogger> value) Specifies the call logger for this class. -
Uses of CallLogger in org.apache.juneau.rest.annotation
Method parameters in org.apache.juneau.rest.annotation with type arguments of type CallLoggerModifier and TypeMethodDescriptionRestAnnotation.Builder.callLogger
(Class<? extends CallLogger> value) Sets theRest.callLogger()
property on this annotation. -
Uses of CallLogger in org.apache.juneau.rest.logger
Subclasses of CallLogger in org.apache.juneau.rest.loggerModifier and TypeClassDescriptionclass
Basic implementation of a call logger.class
Default implementation of aCallLogger
that never logs REST calls.class
Default implementation of aCallLogger
that only logs REST call errors unless no-log is enabled on the request.class
Implementation of aCallLogger
that captures log entries for testing logging itself.class
Represents no loggerMethods in org.apache.juneau.rest.logger that return CallLoggerModifier and TypeMethodDescriptionCallLogger.Builder.build()
Instantiates a new call logger based on the settings in this builder.