ProjogProperties has a isSpyPointsEnabled() method which is used to specify whether spy points (used for the tracing of queries) is enabled. This method can be removed.
Method was added as a possible performance improvement (on basis that performance could be improved when spy points were not required) but impact is negligible. In order to simplify the code remove this option and instead always enable spy points.
ProjogProperties
has aisSpyPointsEnabled()
method which is used to specify whether spy points (used for the tracing of queries) is enabled. This method can be removed.Method was added as a possible performance improvement (on basis that performance could be improved when spy points were not required) but impact is negligible. In order to simplify the code remove this option and instead always enable spy points.