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.
Contains the Joran configration classes
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
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.accessModifier and TypeClassDescriptionclassThis class is a module-specific implementation ofPatternLayoutto allow http-specific patterns to be used.classMethods in ch.qos.logback.access with parameters of type IAccessEvent -
Uses of IAccessEvent in ch.qos.logback.access.html
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.access.htmlMethods in ch.qos.logback.access.html with parameters of type IAccessEventModifier and TypeMethodDescriptionprivate voidHTMLLayout.appendEventToBuffer(StringBuilder buf, Converter<IAccessEvent> c, IAccessEvent event) HTMLLayout.doLayout(IAccessEvent event) Method parameters in ch.qos.logback.access.html with type arguments of type IAccessEventModifier and TypeMethodDescriptionprivate voidHTMLLayout.appendEventToBuffer(StringBuilder buf, Converter<IAccessEvent> c, IAccessEvent event) -
Uses of IAccessEvent in ch.qos.logback.access.jetty
Classes in ch.qos.logback.access.jetty that implement interfaces with type arguments of type IAccessEventModifier and TypeClassDescriptionclassThis class is logback's implementation of jetty's RequestLog interface.classThis class is logback's implementation of jetty's RequestLog interface.Fields in ch.qos.logback.access.jetty with type parameters of type IAccessEventModifier and TypeFieldDescription(package private) AppenderAttachableImpl<IAccessEvent> RequestLogImpl.aai(package private) FilterAttachableImpl<IAccessEvent> RequestLogImpl.faiMethods 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 TypeMethodDescriptionvoidRequestLogImpl.addAppender(Appender<IAccessEvent> newAppender) voidRequestLogImpl.addFilter(Filter<IAccessEvent> newFilter) booleanRequestLogImpl.detachAppender(Appender<IAccessEvent> appender) booleanRequestLogImpl.isAttached(Appender<IAccessEvent> appender) -
Uses of IAccessEvent in ch.qos.logback.access.joran
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.access.joranModifier and TypeClassDescriptionclassThis JoranConfiguratorclass adds rules specific to logback-access. -
Uses of IAccessEvent in ch.qos.logback.access.net
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.access.netModifier and TypeClassDescriptionclassSend an e-mail when a specific access event occurs, typically when certain pages are accessed.classSendsIAccessEventobjects to a remote a log server, usually aSocketNode.classASocketAppenderthat supports SSL.Classes in ch.qos.logback.access.net that implement interfaces with type arguments of type IAccessEventFields in ch.qos.logback.access.net with type parameters of type IAccessEventModifier and TypeFieldDescription(package private) PreSerializationTransformer<IAccessEvent> SocketAppender.pstprivate final PreSerializationTransformer<IAccessEvent> SSLSocketAppender.pstMethods 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 TypeMethodDescriptionprotected booleanSMTPAppender.eventMarksEndOfLife(IAccessEvent eventObject) protected voidSocketAppender.postProcessEvent(IAccessEvent event) protected voidSSLSocketAppender.postProcessEvent(IAccessEvent event) protected voidSMTPAppender.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 voidSMTPAppender.fillBuffer(CyclicBuffer<IAccessEvent> cb, StringBuffer sbuf) protected voidSMTPAppender.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) Useevaluatorpassed as parameter as theEventEvaluatorfor this SMTPAppender. -
Uses of IAccessEvent in ch.qos.logback.access.net.server
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.access.net.serverModifier and TypeClassDescriptionclassAn appender that listens on a TCP port for connections from remote loggers.classAn appender that listens on a TCP port for connections from remote loggers.Fields in ch.qos.logback.access.net.server with type parameters of type IAccessEventModifier and TypeFieldDescriptionprivate static final PreSerializationTransformer<IAccessEvent> ServerSocketAppender.pstprivate static final PreSerializationTransformer<IAccessEvent> SSLServerSocketAppender.pstMethods 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 voidServerSocketAppender.postProcessEvent(IAccessEvent event) protected voidSSLServerSocketAppender.postProcessEvent(IAccessEvent event) -
Uses of IAccessEvent in ch.qos.logback.access.pattern
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.access.patternClasses in ch.qos.logback.access.pattern that implement interfaces with type arguments of type IAccessEventMethods 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 TypeMethodDescriptionvoidEnsureLineSeparation.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
Subclasses with type arguments of type IAccessEvent in ch.qos.logback.access.siftModifier and TypeClassDescriptionclassAccessEventDiscriminator's job is to return the value of a designated field in anIAccessEventinstance.classclassThis appender can contains other appenders which it can build dynamically depending on MDC values.classMethods in ch.qos.logback.access.sift that return types with arguments of type IAccessEventModifier and TypeMethodDescriptionSiftingJoranConfigurator.getAppender()AppenderFactoryUsingJoran.getSiftingJoranConfigurator(String keyValue) Methods in ch.qos.logback.access.sift with parameters of type IAccessEventModifier and TypeMethodDescriptionprotected booleanSiftingAppender.eventMarksEndOfLife(IAccessEvent event) AccessEventDiscriminator.getDiscriminatingValue(IAccessEvent acccessEvent) AccessEventDiscriminator.getRawDiscriminatingValue(IAccessEvent acccessEvent) private StringAccessEventDiscriminator.getRequestAttribute(IAccessEvent acccessEvent) private StringAccessEventDiscriminator.getRequestURI(IAccessEvent acccessEvent) private StringAccessEventDiscriminator.getSessionAttribute(IAccessEvent acccessEvent) protected longSiftingAppender.getTimestamp(IAccessEvent event) Method parameters in ch.qos.logback.access.sift with type arguments of type IAccessEventModifier and TypeMethodDescriptionvoidSiftingAppender.setDiscriminator(Discriminator<IAccessEvent> discriminator) -
Uses of IAccessEvent in ch.qos.logback.access.spi
Classes in ch.qos.logback.access.spi that implement IAccessEventModifier and TypeClassDescriptionclassThe Access module's internal representation of logging events.Classes in ch.qos.logback.access.spi that implement interfaces with type arguments of type IAccessEventModifier and TypeClassDescriptionclassA minimal context implementation used by certain logback-access components, mainly SocketServer.classA minimal context implementation used by certain logback-access components, mainly SocketServer.Fields in ch.qos.logback.access.spi with type parameters of type IAccessEventModifier and TypeFieldDescription(package private) AppenderAttachableImpl<IAccessEvent> AccessContext.aai(package private) FilterAttachableImpl<IAccessEvent> AccessContext.faiMethods 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 TypeMethodDescriptionvoidAccessContext.callAppenders(IAccessEvent event) AccessContext.getFilterChainDecision(IAccessEvent event) Method parameters in ch.qos.logback.access.spi with type arguments of type IAccessEventModifier and TypeMethodDescriptionvoidAccessContext.addAppender(Appender<IAccessEvent> newAppender) voidAccessContext.addFilter(Filter<IAccessEvent> newFilter) booleanAccessContext.detachAppender(Appender<IAccessEvent> appender) booleanAccessContext.isAttached(Appender<IAccessEvent> appender) -
Uses of IAccessEvent in ch.qos.logback.access.tomcat
Classes in ch.qos.logback.access.tomcat that implement interfaces with type arguments of type IAccessEventModifier and TypeClassDescriptionclassThis class is an implementation of tomcat's Valve interface, by extending ValveBase.classThis class is an implementation of tomcat's Valve interface, by extending ValveBase.Fields in ch.qos.logback.access.tomcat with type parameters of type IAccessEventModifier and TypeFieldDescription(package private) AppenderAttachableImpl<IAccessEvent> LogbackValve.aaiprivate FilterAttachableImpl<IAccessEvent> LogbackValve.faiMethods 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 IAccessEventModifier and TypeMethodDescriptionprivate voidLogbackValve.addThreadName(IAccessEvent accessEvent) LogbackValve.getFilterChainDecision(IAccessEvent event) Method parameters in ch.qos.logback.access.tomcat with type arguments of type IAccessEventModifier and TypeMethodDescriptionvoidLogbackValve.addAppender(Appender<IAccessEvent> newAppender) voidLogbackValve.addFilter(Filter<IAccessEvent> newFilter) booleanLogbackValve.detachAppender(Appender<IAccessEvent> appender) booleanLogbackValve.isAttached(Appender<IAccessEvent> appender)