| 3746 | } |
| 3747 | template <typename T> |
| 3748 | static inline T* logDispatchCallback(const std::string& id) { |
| 3749 | return ELPP->logDispatchCallback<T>(id); |
| 3750 | } |
| 3751 | #if defined(ELPP_FEATURE_ALL) || defined(ELPP_FEATURE_PERFORMANCE_TRACKING) |
| 3752 | /// @brief Installs post performance tracking callback, this callback is triggered when performance tracking is finished |
| 3753 | template <typename T> |
nothing calls this directly
no outgoing calls
no test coverage detected