Skip to content

aperezdc/clog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clog

Installation

With clib:

clib install aperezdc/clog

Exmple

#define CLOG_SHORT_MACROS 1

#include "clog.h"

int
main(int argc, char **argv)
{
    clog_init(NULL);

    cmessage("Message :]");
    cinfo("Some info");
    cwarning("Some warning");
    puts("Normal output");
    cdebug("Some debugging");
    cerror("Some error");

    return EXIT_SUCCESS;
}

Strict No LLM / No AI Policy

No LLMs for issues.

No LLMs for pull requests.

No LLMs for comments on the bug tracker, including translation. English is encouraged, but not required. You are welcome to post in your native language and rely on others to have their own translation tools of choice to interpret your words.

About

Non-allocating runtime configurable logger

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages