MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / loggerRegistrationCallback

Method loggerRegistrationCallback

include/thundersvm/util/log.h:3827–3829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 1

registeredLoggersMethod · 0.80

Tested by

no test coverage detected