Uses of Interface
ch.qos.logback.access.spi.IAccessEvent
Packages that use IAccessEvent
Package
Description
This is logback access' main package.
Contains classes to format log output in HTML.
This is logback access' implementation for Jetty 8.
Provides a robust appender that serves logging events to remote clients
Provides classes implementing format specifiers in conversion patterns.
Contains the core classes of logback access.
This is logback access' implementation for Tomcat.
-
Uses of IAccessEvent in ch.qos.logback.access
Methods in ch.qos.logback.access with parameters of type IAccessEvent -
Uses of IAccessEvent in ch.qos.logback.access.boolex
Methods in ch.qos.logback.access.boolex with parameters of type IAccessEventModifier and TypeMethodDescriptionprotected Object[]
JaninoEventEvaluator.getParameterValues
(IAccessEvent accessEvent) -
Uses of IAccessEvent in ch.qos.logback.access.filter
Methods in ch.qos.logback.access.filter with parameters of type IAccessEvent -
Uses of IAccessEvent in ch.qos.logback.access.html
Methods in ch.qos.logback.access.html with parameters of type IAccessEvent -
Uses of IAccessEvent in ch.qos.logback.access.jetty
Methods in ch.qos.logback.access.jetty that return types with arguments of type IAccessEventModifier and TypeMethodDescriptionRequestLogImpl.getAppender
(String name) RequestLogImpl.getCopyOfAttachedFiltersList()
RequestLogImpl.iteratorForAppenders()
Methods in ch.qos.logback.access.jetty with parameters of type IAccessEventMethod parameters in ch.qos.logback.access.jetty with type arguments of type IAccessEventModifier and TypeMethodDescriptionvoid
RequestLogImpl.addAppender
(Appender<IAccessEvent> newAppender) void
RequestLogImpl.addFilter
(Filter<IAccessEvent> newFilter) boolean
RequestLogImpl.detachAppender
(Appender<IAccessEvent> appender) boolean
RequestLogImpl.isAttached
(Appender<IAccessEvent> appender) -
Uses of IAccessEvent in ch.qos.logback.access.net
Methods in ch.qos.logback.access.net that return types with arguments of type IAccessEventModifier and TypeMethodDescriptionSocketAppender.getPST()
SSLSocketAppender.getPST()
protected Layout<IAccessEvent>
SMTPAppender.makeSubjectLayout
(String subjectStr) Methods in ch.qos.logback.access.net with parameters of type IAccessEventModifier and TypeMethodDescriptionboolean
URLEvaluator.evaluate
(IAccessEvent event) protected boolean
SMTPAppender.eventMarksEndOfLife
(IAccessEvent eventObject) protected void
SocketAppender.postProcessEvent
(IAccessEvent event) protected void
SSLSocketAppender.postProcessEvent
(IAccessEvent event) protected void
SMTPAppender.subAppend
(CyclicBuffer<IAccessEvent> cb, IAccessEvent event) Perform SMTPAppender specific appending actions, mainly adding the event to the appropriate cyclic buffer.AccessEventPreSerializationTransformer.transform
(IAccessEvent event) Method parameters in ch.qos.logback.access.net with type arguments of type IAccessEventModifier and TypeMethodDescriptionprotected void
SMTPAppender.fillBuffer
(CyclicBuffer<IAccessEvent> cb, StringBuffer sbuf) protected void
SMTPAppender.subAppend
(CyclicBuffer<IAccessEvent> cb, IAccessEvent event) Perform SMTPAppender specific appending actions, mainly adding the event to the appropriate cyclic buffer.Constructor parameters in ch.qos.logback.access.net with type arguments of type IAccessEventModifierConstructorDescriptionSMTPAppender
(EventEvaluator<IAccessEvent> evaluator) Useevaluator
passed as parameter as theEventEvaluator
for this SMTPAppender. -
Uses of IAccessEvent in ch.qos.logback.access.net.server
Methods in ch.qos.logback.access.net.server that return types with arguments of type IAccessEventModifier and TypeMethodDescriptionprotected PreSerializationTransformer<IAccessEvent>
ServerSocketAppender.getPST()
protected PreSerializationTransformer<IAccessEvent>
SSLServerSocketAppender.getPST()
Methods in ch.qos.logback.access.net.server with parameters of type IAccessEventModifier and TypeMethodDescriptionprotected void
ServerSocketAppender.postProcessEvent
(IAccessEvent event) protected void
SSLServerSocketAppender.postProcessEvent
(IAccessEvent event) -
Uses of IAccessEvent in ch.qos.logback.access.pattern
Methods in ch.qos.logback.access.pattern with parameters of type IAccessEventModifier and TypeMethodDescriptionContentLengthConverter.convert
(IAccessEvent accessEvent) DateConverter.convert
(IAccessEvent accessEvent) ElapsedSecondsConverter.convert
(IAccessEvent accessEvent) ElapsedTimeConverter.convert
(IAccessEvent accessEvent) FullRequestConverter.convert
(IAccessEvent ae) FullResponseConverter.convert
(IAccessEvent ae) LineSeparatorConverter.convert
(IAccessEvent event) LocalIPAddressConverter.convert
(IAccessEvent accessEvent) LocalPortConverter.convert
(IAccessEvent accessEvent) NAConverter.convert
(IAccessEvent accessEvent) QueryStringConverter.convert
(IAccessEvent accessEvent) RemoteHostConverter.convert
(IAccessEvent accessEvent) RemoteIPAddressConverter.convert
(IAccessEvent accessEvent) RemoteUserConverter.convert
(IAccessEvent accessEvent) RequestAttributeConverter.convert
(IAccessEvent accessEvent) RequestContentConverter.convert
(IAccessEvent accessEvent) RequestCookieConverter.convert
(IAccessEvent accessEvent) RequestHeaderConverter.convert
(IAccessEvent accessEvent) RequestMethodConverter.convert
(IAccessEvent accessEvent) RequestParameterConverter.convert
(IAccessEvent accessEvent) RequestProtocolConverter.convert
(IAccessEvent accessEvent) RequestURIConverter.convert
(IAccessEvent accessEvent) RequestURLConverter.convert
(IAccessEvent accessEvent) ResponseContentConverter.convert
(IAccessEvent accessEvent) ResponseHeaderConverter.convert
(IAccessEvent accessEvent) ServerNameConverter.convert
(IAccessEvent accessEvent) SessionIDConverter.convert
(IAccessEvent accessEvent) StatusCodeConverter.convert
(IAccessEvent accessEvent) ThreadNameConverter.convert
(IAccessEvent accessEvent) Method parameters in ch.qos.logback.access.pattern with type arguments of type IAccessEventModifier and TypeMethodDescriptionvoid
EnsureLineSeparation.process
(Context context, Converter<IAccessEvent> head) Add a line separator converter so that access event appears on a separate line. -
Uses of IAccessEvent in ch.qos.logback.access.sift
Methods in ch.qos.logback.access.sift with parameters of type IAccessEventModifier and TypeMethodDescriptionprotected boolean
SiftingAppender.eventMarksEndOfLife
(IAccessEvent event) AccessEventDiscriminator.getDiscriminatingValue
(IAccessEvent acccessEvent) AccessEventDiscriminator.getRawDiscriminatingValue
(IAccessEvent acccessEvent) protected long
SiftingAppender.getTimestamp
(IAccessEvent event) Method parameters in ch.qos.logback.access.sift with type arguments of type IAccessEventModifier and TypeMethodDescriptionvoid
SiftingAppender.setDiscriminator
(Discriminator<IAccessEvent> discriminator) -
Uses of IAccessEvent in ch.qos.logback.access.spi
Classes in ch.qos.logback.access.spi that implement IAccessEventModifier and TypeClassDescriptionclass
The Access module's internal representation of logging events.Methods in ch.qos.logback.access.spi that return types with arguments of type IAccessEventModifier and TypeMethodDescriptionAccessContext.getAppender
(String name) AccessContext.getCopyOfAttachedFiltersList()
AccessContext.iteratorForAppenders()
Methods in ch.qos.logback.access.spi with parameters of type IAccessEventModifier and TypeMethodDescriptionvoid
AccessContext.callAppenders
(IAccessEvent event) AccessContext.getFilterChainDecision
(IAccessEvent event) Method parameters in ch.qos.logback.access.spi with type arguments of type IAccessEventModifier and TypeMethodDescriptionvoid
AccessContext.addAppender
(Appender<IAccessEvent> newAppender) void
AccessContext.addFilter
(Filter<IAccessEvent> newFilter) boolean
AccessContext.detachAppender
(Appender<IAccessEvent> appender) boolean
AccessContext.isAttached
(Appender<IAccessEvent> appender) -
Uses of IAccessEvent in ch.qos.logback.access.tomcat
Methods in ch.qos.logback.access.tomcat that return types with arguments of type IAccessEventModifier and TypeMethodDescriptionLogbackValve.getAppender
(String name) LogbackValve.getCopyOfAttachedFiltersList()
LogbackValve.iteratorForAppenders()
Methods in ch.qos.logback.access.tomcat with parameters of type IAccessEventMethod parameters in ch.qos.logback.access.tomcat with type arguments of type IAccessEventModifier and TypeMethodDescriptionvoid
LogbackValve.addAppender
(Appender<IAccessEvent> newAppender) void
LogbackValve.addFilter
(Filter<IAccessEvent> newFilter) boolean
LogbackValve.detachAppender
(Appender<IAccessEvent> appender) boolean
LogbackValve.isAttached
(Appender<IAccessEvent> appender)