arxaqapi / gazette

📰 Header-only C++ logging library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gazette

📰 Header-only C++ logging library

Usage

#include "log.h"

int main(void)
{
    LOG("This will log a simple message");
    LOG_OK("Logging succesfull !");
    LOG_ERR("Aaand another error ...");
    return 0;
}

About

📰 Header-only C++ logging library


Languages

Language:C++ 100.0%