A general-purpose single-header C logging library and parser for event-based logs. (Incomplete)
{#} | Time | Hash | Subject | Author | # | (+) | (-) | GPG? |
---|---|---|---|---|---|---|---|---|
174 | 20 Jan 2020 13:21 | ed03c50 | Delete parser Python prototype | Josh Stockin | 12 | 0 | 1419 | N |
Object | Latest Commit Subject | Time | Hash |
---|---|---|---|
.github | Update unit testing and CI testing configuration | 08 Dec 2019 19:53 | 6dd952c |
src | Include MIT license in lognestmonster header | 20 Jan 2020 13:18 | 0b71b72 |
static | Update logos | 19 Jan 2020 18:28 | 4b380ef |
tests | Delete parser Python prototype | 20 Jan 2020 13:21 | ed03c50 |
.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 | Update ./test command handling | 29 Dec 2019 19:40 | 3c5e56c |
(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.