A general-purpose single-header C logging library and parser for event-based logs. (Incomplete)
{#} | Time | Hash | Subject | Author | # | (+) | (-) | GPG? |
---|---|---|---|---|---|---|---|---|
2 | 25 Dec 2018 13:36 | 3c3d5e3 | Create package.json | Joshua | 1 | 18 | 0 | N |
1 | { |
2 | "name": "log-nest-monster", |
3 | "version": "0.1.0", |
4 | "description": "Advanced logging for advanced programs.", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | }, |
9 | "repository": { |
10 | "type": "git", |
11 | "url": "https://www.github.com/joshuas3/log-nest-monster" |
12 | }, |
13 | "keywords": [ |
14 | "logging" |
15 | ], |
16 | "author": "Joshua 'joshuas3' Stockin", |
17 | "license": "GPL-3.0" |
18 | } |
19 |