| 3737 | /// @brief Installs post log dispatch callback, this callback is triggered when log is dispatched |
| 3738 | template <typename T> |
| 3739 | static inline bool installLogDispatchCallback(const std::string& id) { |
| 3740 | return ELPP->installLogDispatchCallback<T>(id); |
| 3741 | } |
| 3742 | /// @brief Uninstalls log dispatch callback |
| 3743 | template <typename T> |
| 3744 | static inline void uninstallLogDispatchCallback(const std::string& id) { |
nothing calls this directly
no outgoing calls
no test coverage detected