Skip to content

CoolPuppyKid/yapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yapper (Yet Another Problem Problem Error Reporter)

Important

Yapper only works on Unix based systems you can make a PR about that if you want

Yapper is a very simple logging header only library heres how it works:

Yapper by itself only has 3 functions

// log info
yapInfo("Yap");
// log warning
yapWarning("Yap");
// log error
yapError("Yap");

This makes Yapper a very smol boi

And there are Defines but only 2:

// options before include
#define SHORT
#define BOLD
#include "include/yapper.h"

Add them before including yapper

Example of what Short Define outputs:

[INFO]: Yap
[WARN]: Yap
[ERR]: Yap

Example of what No Short Define outputs:

[INFO]: Yap
[WARNING]: Yap
[ERROR]: Yap

About

Yapper (Yet Another Problem Problem Error Reporter)

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages