Index

lognestmonster / master

A general-purpose single-header C logging library and parser for event-based logs. (Incomplete)

Latest Commit

{#}TimeHashSubjectAuthor#(+)(-)GPG?
6406 Jan 2019 15:20d4a21c0Log "fixing"Joshua132N

Blob @ lognestmonster / package.json

text/plain629 bytesdownload raw
1{
2 "name": "lognestmonster",
3 "version": "0.2.2",
4 "description": "Advanced logging for advanced programs.",
5 "main": "index.js",
6 "scripts": {
7 "test": "node tests/test.js",
8 "test1": "node tests/test.js",
9 "test2": "node tests/test2.js"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://www.github.com/joshuas3/log-nest-monster"
14 },
15 "keywords": [
16 "logging", "logger", "logs", "diagnostics", "data"
17 ],
18 "author": "Joshua 'joshuas3' Stockin <joshstockin@gmail.com> (http://www.joshuas3.com)",
19 "license": "GPL-3.0",
20 "dependencies": {
21 "fs": "0.0.1-security",
22 "path": "^0.12.7"
23 }
24}
25