MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / log

Function log

lib/core/logger.h:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85template <class T>
86inline void log(const T& message)
87{
88 log(AnyLogMessage(std::make_shared<T>(message)));
89}
90
91template <typename... Args>
92inline void log(fmt::string_view fstr, const Args&... args)

Callers 15

warningFunction · 0.70
ScpFluxSourceMethod · 0.50
Fl2FluxSourceMethod · 0.50
nextMethod · 0.50
A2rFluxSourceMethod · 0.50
readSingleFluxMethod · 0.50
writeImageMethod · 0.50
writeImageMethod · 0.50
writeImageMethod · 0.50
writeImageMethod · 0.50
writeImageMethod · 0.50
writeImageMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected