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

Method log

include/thundersvm/util/log.h:3334–3337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3332 }
3333 template <typename T, typename... Args>
3334 inline void Logger::log(Level level, const char* s, const T& value, const Args&... args) {
3335 base::threading::ScopedLock scopedLock(lock());
3336 log_(level, 0, s, value, args...);
3337 }
3338 template <typename T>
3339 inline void Logger::log(Level level, const T& log) {
3340 base::threading::ScopedLock scopedLock(lock());

Callers 1

LoggableClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected