7 #ifndef IAF_TIMESTAMP_CONFIG_H 8 #define IAF_TIMESTAMP_CONFIG_H 12 #include <IAF_Platform.h> AP_bool recordUpstream
If true, the plug-in should record timestamps for all upstream events it processes,...
Definition: IAF_TimestampConfig.h:34
AP_bool recordDownstream
If true, the plug-in should record timestamps for all downstream events it processes,...
Definition: IAF_TimestampConfig.h:40
AP_bool logRoundtrip
If true, the plug-in should log the "round trip" latency for all events it processes in either direct...
Definition: IAF_TimestampConfig.h:66
AP_bool logDownstream
If true, the plug-in should log the latency for all downstream events it processes,...
Definition: IAF_TimestampConfig.h:55
AP_LogLevel
Enumeration of logging verbosity levels.
Definition: AP_Logger.h:29
IAF_TimestampConfig.
Definition: IAF_TimestampConfig.h:29
AP_bool logUpstream
If true, the plug-in should log the latency for all upstream events it it processes,...
Definition: IAF_TimestampConfig.h:47