MCPcopy Create free account
hub / github.com/AnswerDotAI/gpu.cpp / Logger

Class Logger

utils/logging.hpp:27–31  ·  view source on GitHub ↗

* @brief Logger struct for logging messages. * stream: The stream to log to. * level: The log level to log messages at. */

Source from the content-addressed store, hash-verified

25 * level: The log level to log messages at.
26 */
27 struct Logger
28 {
29 std::ostream &stream;
30 int level;
31 };
32
33 template <typename T>
34 inline std::string toString(const T &value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected