6 #ifndef IAF_TIMESTAMP_CONFIG_H 7 #define IAF_TIMESTAMP_CONFIG_H 11 #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:33
AP_bool recordDownstream
If true, the plug-in should record timestamps for all downstream events it processes,...
Definition: IAF_TimestampConfig.h:39
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:65
AP_bool logDownstream
If true, the plug-in should log the latency for all downstream events it processes,...
Definition: IAF_TimestampConfig.h:54
AP_LogLevel
Enumeration of logging verbosity levels.
Definition: AP_Logger.h:27
IAF_TimestampConfig.
Definition: IAF_TimestampConfig.h:28
AP_bool logUpstream
If true, the plug-in should log the latency for all upstream events it it processes,...
Definition: IAF_TimestampConfig.h:46