Logging events are handled by an Action Handler located at /atg/registry/EventHandlers/LoggingEventHandler. This logging handler is configured to listen for events on the page, session, and content event channels with a property like this:

channels=/page/,\
         /session/,\
         /content/

For each event channel, the LoggingEventHandler has a property that points to a logging service:

Event Channel

Property Name

Logging Service

page

requestLogger

/atg/reporting/RequestLogging

session

userEventLogger

/atg/reporting/UserEventLogging

content

contentViewedLogger

/atg/reporting/ContentViewedLogging


Copyright © 1997, 2014 Oracle and/or its affiliates. All rights reserved. Legal Notices