| 3825 | } |
| 3826 | template <typename T> |
| 3827 | static inline T* loggerRegistrationCallback(const std::string& id) { |
| 3828 | return ELPP->registeredLoggers()->loggerRegistrationCallback<T>(id); |
| 3829 | } |
| 3830 | /// @brief Unregisters logger - use it only when you know what you are doing, you may unregister |
| 3831 | /// loggers initialized / used by third-party libs. |
| 3832 | static bool unregisterLogger(const std::string& identity); |
nothing calls this directly
no test coverage detected