A general-purpose single-header C logging library and parser for event-based logs. (Incomplete)
{#} | Time | Hash | Subject | Author | # | (+) | (-) | GPG? |
---|---|---|---|---|---|---|---|---|
176 | 29 Jan 2020 22:42 | 22a7c5d | Add test to check executable size for each optimization level | Josh Stockin | 3 | 59 | 1 | G |
Object | Latest Commit Subject | Time | Hash |
---|---|---|---|
.github | Update unit testing and CI testing configuration | 08 Dec 2019 19:53 | 6dd952c |
src | Update license and copyright comment block in header | 26 Jan 2020 17:27 | cd3d5c4 |
static | Update logos | 19 Jan 2020 18:28 | 4b380ef |
tests | Add test to check executable size for each optimization level | 29 Jan 2020 22:42 | 22a7c5d |
.gitignore | Update .gitignore for VIM temp files | 29 Nov 2019 19:23 | 7b6bdef |
.travis.yml | Update unit testing and CI testing configuration | 08 Dec 2019 19:53 | 6dd952c |
LICENSE | Update LICENSE to remove project name from copyright line | 03 Jan 2020 21:47 | b786598 |
Makefile | Update Makefile to add bin/ directory if nonexistent | 20 Dec 2019 13:59 | 33010ba |
README.md | Update README.md | 19 Jan 2020 22:43 | 24aced0 |
test | Add test to check executable size for each optimization level | 29 Jan 2020 22:42 | 22a7c5d |
(WIP) A lightweight C logging library and parser for event-oriented logs.
Lognestmonster is a general-purpose single-header C logging library that pertains a number of features:
stdout
and stdin
piping, allowing data transfer over serial, socket, or anything else(WIP) Not yet meant for development or production use
This package is copyrighted by Joshua 'joshuas3' Stockin and licensed under the MIT License.
A form of the following should be present in each major library source or header file.
lognestmonster Copyright (c) 2020 Joshua 'joshuas3' Stockin
<https://joshstock.in>
<https://github.com/JoshuaS3/lognestmonster>
This software is licensed under the MIT License.