Files
2025-06-29 23:33:26 +01:00
..
2025-06-29 23:33:26 +01:00
2025-06-29 23:33:26 +01:00
2025-06-29 23:33:26 +01:00
2025-06-29 23:33:26 +01:00
2025-06-29 23:33:26 +01:00

YOLO: You Only Log Once

The super simple BLAZING FAST c++ logging library

#include "yolo/yolo.hpp"

yolo::info("Hello, World! {}", 42);

The simplest possible form of module logging for super speed

auto mod = yolo::registerModule("MODULE", "\001bansi;m");
yolo::debug(mod, "This is a debug message {}", "Incredible!");