A general-purpose single-header C logging library and parser for event-based logs. (Incomplete)
{#} | Time | Hash | Subject | Author | # | (+) | (-) | GPG? |
---|---|---|---|---|---|---|---|---|
178 | 31 Jan 2020 20:10 | b54160c | Add test for linting C source files | Josh Stockin | 2 | 17 | 3 | 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 for linting C source files | 31 Jan 2020 20:10 | b54160c |
.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 | Change README.md markdown format | 31 Jan 2020 19:27 | bdcc00b |
test | Add test for linting C source files | 31 Jan 2020 20:10 | b54160c |
(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.