MCPcopy Create free account
hub / github.com/DmitriBogdanov/UTL / main

Function main

examples/module_log/basic_logging.cpp:3–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "include/UTL/log.hpp"
2
3int main() {
4 using namespace utl;
5
6 // Log with a default global logger
7 log::info("Message 1");
8 log::warn("Message 2");
9 log::err ("Message 3");
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected