Skip to content

arxaqapi/gazette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages