/logr.h

A micro library to create/view logs for your next POSIX thing.

Primary LanguageCBSD 2-Clause "Simplified" LicenseBSD-2-Clause

logr.h

Docs

- http://flouthoc.github.io/logr.h/

A micro header to create/view logs for your next POSIX thing.BSD LISENCE

![img](http://flouthoc.github.io/logr.h/logr3.png)

example.c

#include <stdio.h>
#include <string.h>
#include "logr.h"

int main(){


	char data[80];
	writeLog("Oops!",NULL,"er");
	return 0;
}

Build statement for example.c (logr.h)

```bash gcc test.c logr.c -o test ```

Building logrReader from logrReader.c

```bash gcc logrReader.c stack.c parser.c -o logrReader ```

Using logrReader

```bash ./logrReader ```

Fork it!

flouthoc@gmail.com