Classes and APIs for writing custom listeners
To write custom listeners, it is necessary to familiarize yourself with the classes representing logging events and info that is contained in those events. A reference of these classes is provided here.
- LogEvent class
The LogEvent class is the base class for all run-time logging events. The methods in this class are used to access all basic http request information.
- ResourceInfo class
The ResourceInfo class is a wrapper class for a resource id and collection name tuple.
- RuleInfo class
The RuleInfo class is a wrapper class for a rule name and campaign name tuple.
Parent: Feedback and analytics